Skip to content

Commit e75a098

Browse files
chore(deps): bump actions/checkout from 3 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3e03b3 commit e75a098

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: dtolnay/rust-toolchain@stable
1717
- uses: davidB/rust-cargo-make@v1
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v5
1919
- name: Run format
2020
run: cargo make format
2121
- name: Run check

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: dtolnay/rust-toolchain@stable
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313
with:
1414
ref: main
1515
- name: Run cargo login

.github/workflows/security-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: dtolnay/rust-toolchain@stable
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v5
2424
- uses: actions-rs/audit-check@v1
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)