Skip to content

Commit a57dc02

Browse files
kristina-solovyovaassafgi
authored andcommitted
chore: upgrade distribution gh action wokrflow steps versions
1 parent eb6aca3 commit a57dc02

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/workflow.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,18 @@ jobs:
4343
uses: actions/checkout@v3
4444

4545
- name: Setup Go
46-
uses: actions/setup-go@v4
46+
uses: actions/setup-go@v5
4747
with:
48-
go-version: '1.20'
49-
cache-dependency-path: function-app/code/go.mod
48+
go-version-file: function-app/code/go.mod
49+
cache-dependency-path: function-app/code/go.sum
5050

5151
- name: Install Task
52-
uses: arduino/setup-task@v1
52+
uses: arduino/setup-task@v2
5353
with:
54-
version: 3.x
5554
repo-token: ${{ secrets.GITHUB_TOKEN }}
5655

5756
- name: Authenticate to Azure Cloud
58-
uses: azure/login@v1
57+
uses: azure/login@v2
5958
with:
6059
# see https://github.com/Azure/login#configure-a-service-principal-with-a-secret
6160
creds: ${{ secrets.RND_AZURE_CREDENTIALS }}

0 commit comments

Comments
 (0)