Skip to content

Commit 9f008f6

Browse files
authored
Merge pull request #93 from collabora/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 64e39e5 + cde6114 commit 9f008f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: cargo check
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
1919
with:
2020
toolchain: "1.85"
@@ -23,7 +23,7 @@ jobs:
2323
name: cargo fmt
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
2828
with:
2929
toolchain: "1.85"
@@ -33,7 +33,7 @@ jobs:
3333
name: cargo test
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
with:
3838
lfs: 'true'
3939
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
@@ -45,7 +45,7 @@ jobs:
4545
name: cargo clippy
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
5050
with:
5151
toolchain: "1.85"

0 commit comments

Comments
 (0)