File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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
@@ -50,14 +50,14 @@ jobs:
50
50
51
51
- name : Authenticate to Google Cloud
52
52
id : gcloud_auth
53
- uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
53
+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
54
54
with :
55
55
workload_identity_provider : ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
56
56
service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
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@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
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