Skip to content

Commit 1ee9bba

Browse files
chore(deps): update actions/checkout action to v6
1 parent 2c65cdf commit 1ee9bba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
runs-on: ${{ matrix.os }}
244244
steps:
245245
- name: Checkout Repository
246-
uses: actions/checkout@v4
246+
uses: actions/checkout@v6
247247

248248
- name: Install Rust
249249
uses: dtolnay/rust-toolchain@nightly

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
tag: ${{ steps.version.outputs.tag }}
9494
steps:
9595
- name: Checkout
96-
uses: actions/checkout@v4
96+
uses: actions/checkout@v6
9797
with:
9898
fetch-depth: 0
9999
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)