Skip to content

Commit 3f48753

Browse files
Update actions/checkout digest to c2d88d3 (#21601)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | actions/checkout | action | digest | `ff7abcd` -> `c2d88d3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8327f26 commit 3f48753

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
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
steps:
63-
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
63+
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
6464
with:
6565
persist-credentials: false
6666
submodules: recursive
@@ -123,7 +123,7 @@ jobs:
123123
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124124
BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json
125125
steps:
126-
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
126+
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
127127
with:
128128
persist-credentials: false
129129
submodules: recursive
@@ -174,7 +174,7 @@ jobs:
174174
outputs:
175175
val: ${{ steps.host.outputs.manifest }}
176176
steps:
177-
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
177+
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
178178
with:
179179
persist-credentials: false
180180
submodules: recursive
@@ -250,7 +250,7 @@ jobs:
250250
env:
251251
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
252252
steps:
253-
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
253+
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
254254
with:
255255
persist-credentials: false
256256
submodules: recursive

dist-workspace.toml

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

6868
[dist.github-action-commits]
69-
"actions/checkout" = "ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v5.0.0
69+
"actions/checkout" = "c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5" # v6.0.0
7070
"actions/upload-artifact" = "330a01c490aca151604b8cf639adc76d48f6c5d4" # v5.0.0
7171
"actions/download-artifact" = "018cc2cf5baa6db3ef3c5f8a56943fffe632ef53" # v6.0.0
7272
"actions/attest-build-provenance" = "c074443f1aee8d4aeeae555aebba3282517141b2" #v2.2.3

0 commit comments

Comments
 (0)