@@ -38,10 +38,10 @@ jobs:
38
38
nodejs-paths : ${{ steps.nodejs.outputs.paths }}
39
39
nodejs-setups : ${{ steps.nodejs.outputs.setups }}
40
40
steps :
41
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
42
42
with :
43
43
fetch-depth : 0
44
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
45
45
with :
46
46
repository : GoogleCloudPlatform/cloud-samples-tools
47
47
ref : v0.3.2
70
70
timeout-minutes : 5
71
71
steps :
72
72
- name : Checkout
73
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
73
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
74
74
- name : Setup Node
75
75
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
76
76
with :
@@ -115,7 +115,7 @@ jobs:
115
115
runs-on : ubuntu-latest
116
116
timeout-minutes : 5
117
117
steps :
118
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
118
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
119
119
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
120
120
with :
121
121
node-version : 20
@@ -140,13 +140,13 @@ jobs:
140
140
steps :
141
141
- name : CI Setup
142
142
run : echo "${{ env.CI_SETUP }}"
143
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
143
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
144
144
with :
145
145
ref : ${{ github.event.pull_request.head.sha }}
146
146
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
147
147
with :
148
148
node-version : ${{ fromJson(env.CI_SETUP).node-version }}
149
- - uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
149
+ - uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3
150
150
id : auth
151
151
with :
152
152
project_id : ${{ env.GOOGLE_SAMPLES_PROJECT }}
0 commit comments