File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -43,19 +43,18 @@ jobs:
43
43
uses : actions/checkout@v3
44
44
45
45
- name : Setup Go
46
- uses : actions/setup-go@v4
46
+ uses : actions/setup-go@v5
47
47
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
50
50
51
51
- name : Install Task
52
- uses : arduino/setup-task@v1
52
+ uses : arduino/setup-task@v2
53
53
with :
54
- version : 3.x
55
54
repo-token : ${{ secrets.GITHUB_TOKEN }}
56
55
57
56
- name : Authenticate to Azure Cloud
58
- uses : azure/login@v1
57
+ uses : azure/login@v2
59
58
with :
60
59
# see https://github.com/Azure/login#configure-a-service-principal-with-a-secret
61
60
creds : ${{ secrets.RND_AZURE_CREDENTIALS }}
You can’t perform that action at this time.
0 commit comments