Skip to content

Commit 6fb0fb9

Browse files
authored
Merge pull request #49 from Taiizor/dependabot/github_actions/actions/checkout-6
github-actions: bump actions/checkout from 4 to 6
2 parents 32e00d9 + 974c25c commit 6fb0fb9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
issues: write
3030
checks: write
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
- uses: rustsec/audit-check@v2
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/clippy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929
- uses: dtolnay/rust-toolchain@stable
3030
with:
3131
components: rustfmt
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ${{ matrix.platform }}
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v6
4444
- uses: dtolnay/rust-toolchain@stable
4545
with:
4646
components: clippy

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.platform }}
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
- uses: dtolnay/rust-toolchain@stable
2727
- name: install webkit2gtk
2828
if: matrix.platform == 'ubuntu-latest'

0 commit comments

Comments
 (0)