Skip to content

Commit a5fdc05

Browse files
Bump actions/checkout from 3 to 4 (#93)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 964f974 commit a5fdc05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
action: [clippy, fmt, test]
2727
steps:
2828
- name: Fetch latest code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Setup build environment
3131
if: matrix.action != 'fmt'
3232
run: rustup show

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Fetch latest code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
- name: Login
2828
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
2929
- name: Publish

0 commit comments

Comments
 (0)