Skip to content

Commit 5bdcb00

Browse files
ci(deps): bump actions/checkout from 4 to 5 (#653)
1 parent 7c6e757 commit 5bdcb00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "✅ Valid tag: $TAG"
5151
5252
- name: Checkout
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5454
with:
5555
ref: ${{ inputs.ref || github.event.repository.default_branch }}
5656
persist-credentials: false

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
RUSTC_WRAPPER: "sccache"
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
with:
3737
persist-credentials: false
3838
- name: Install Rust

0 commit comments

Comments
 (0)