Skip to content

Commit cf92d4f

Browse files
authored
Merge pull request #704 from kas-gui/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents cd89473 + 85a3b76 commit cf92d4f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
id-token: write # Required for OIDC token exchange
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
- name: Install dependencies
1414
run: |
1515
sudo apt-get update

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Nightly, format and Doc
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- name: Install toolchain
1919
uses: dtolnay/rust-toolchain@nightly
2020
with:
@@ -84,7 +84,7 @@ jobs:
8484
toolchain: beta
8585

8686
steps:
87-
- uses: actions/checkout@v6
87+
- uses: actions/checkout@v7
8888
- name: Not MSRV
8989
if: ${{ matrix.variant == 'MSRV' }}
9090
run: cargo generate-lockfile --ignore-rust-version

0 commit comments

Comments
 (0)