Skip to content

Commit d3ca146

Browse files
author
223880⚡️
authored
Merge pull request #59 from AreaLayer/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents f88140c + c1650c5 commit d3ca146

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Install Rust toolchain
3434
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Build
2020
run: cargo build --verbose
2121
- name: Run tests

0 commit comments

Comments
 (0)