Skip to content

Commit d7c9a23

Browse files
authored
Merge pull request #70 from fraktalio/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 0437a6b + a669a16 commit d7c9a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
rust-version: ${{ matrix.rust }}
2525

26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Build
2929
run: cargo build --verbose

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
rust-version: ${{ matrix.rust }}
2323

24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Publish
2727
run: cargo publish --token ${CRATES_TOKEN}

0 commit comments

Comments
 (0)