Skip to content

Commit 083bb85

Browse files
Update actions/checkout to v5.0.0 (#19952)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Micha Reiser <micha@reiser.io>
1 parent c7af595 commit 083bb85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
steps:
64-
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
64+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
6565
with:
6666
persist-credentials: false
6767
submodules: recursive
@@ -124,7 +124,7 @@ jobs:
124124
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125125
BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json
126126
steps:
127-
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
127+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
128128
with:
129129
persist-credentials: false
130130
submodules: recursive
@@ -175,7 +175,7 @@ jobs:
175175
outputs:
176176
val: ${{ steps.host.outputs.manifest }}
177177
steps:
178-
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
178+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
179179
with:
180180
persist-credentials: false
181181
submodules: recursive
@@ -251,7 +251,7 @@ jobs:
251251
env:
252252
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
253253
steps:
254-
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
254+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
255255
with:
256256
persist-credentials: false
257257
submodules: recursive

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]
7070
global = "depot-ubuntu-latest-4"
7171

7272
[dist.github-action-commits]
73-
"actions/checkout" = "09d2acae674a48949e3602304ab46fd20ae0c42f" # v4
73+
"actions/checkout" = "08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
7474
"actions/upload-artifact" = "6027e3dd177782cd8ab9af838c04fd81a07f1d47" # v4.6.2
7575
"actions/download-artifact" = "634f93cb2916e3fdff6788551b99b062d0335ce0" # v5.0.0
7676
"actions/attest-build-provenance" = "c074443f1aee8d4aeeae555aebba3282517141b2" #v2.2.3

0 commit comments

Comments
 (0)