File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 61
61
env :
62
62
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
63
63
steps :
64
- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
64
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
65
65
with :
66
66
persist-credentials : false
67
67
submodules : recursive
@@ -124,7 +124,7 @@ jobs:
124
124
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
125
125
BUILD_MANIFEST_NAME : target/distrib/global-dist-manifest.json
126
126
steps :
127
- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
127
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
128
128
with :
129
129
persist-credentials : false
130
130
submodules : recursive
@@ -175,7 +175,7 @@ jobs:
175
175
outputs :
176
176
val : ${{ steps.host.outputs.manifest }}
177
177
steps :
178
- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
178
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
179
179
with :
180
180
persist-credentials : false
181
181
submodules : recursive
@@ -235,7 +235,7 @@ jobs:
235
235
env :
236
236
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
237
237
steps :
238
- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
238
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
239
239
with :
240
240
persist-credentials : false
241
241
submodules : recursive
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ recursive-tarball = true
70
70
global = " depot-ubuntu-latest-4"
71
71
72
72
[dist .github-action-commits ]
73
- "actions/checkout" = " 85e6279cec87321a52edac9c87bce653a07cf6c2 " # v4
73
+ "actions/checkout" = " 08c6903cd8c0fde910a37f88322edcfb5dd907a8 " # v5.0.0
74
74
"actions/upload-artifact" = " 6027e3dd177782cd8ab9af838c04fd81a07f1d47" # v4.6.2
75
75
"actions/download-artifact" = " 634f93cb2916e3fdff6788551b99b062d0335ce0" # v5.0.0
76
76
"actions/attest-build-provenance" = " c074443f1aee8d4aeeae555aebba3282517141b2" # v2.2.3
You can’t perform that action at this time.
0 commit comments