File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
runs-on : ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
28
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
29
29
with :
30
30
fetch-depth : 0
31
31
fetch-tags : true
46
46
runs-on : ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
49
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
50
50
with :
51
51
fetch-depth : 0
52
52
fetch-tags : true
67
67
runs-on : ${{ github.repository_owner == 'coder' && 'depot-macos-latest' || 'macos-latest'}}
68
68
steps :
69
69
- name : Checkout
70
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
70
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
71
71
with :
72
72
fetch-depth : 0
73
73
fetch-tags : true
Original file line number Diff line number Diff line change 34
34
id-token : write
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
37
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
38
38
with :
39
39
fetch-depth : 0
40
40
fetch-tags : true
57
57
token_format : " access_token"
58
58
59
59
- name : Setup GCloud SDK
60
- uses : google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2 .0
60
+ uses : google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 # v3.0 .0
61
61
62
62
- name : Build
63
63
env :
@@ -112,7 +112,7 @@ jobs:
112
112
needs : build
113
113
steps :
114
114
- name : Checkout
115
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
115
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
116
116
with :
117
117
fetch-depth : 0
118
118
fetch-tags : true
You can’t perform that action at this time.
0 commit comments