Skip to content

Commit a669a16

Browse files
Update actions/checkout action to v5
1 parent e964b06 commit a669a16

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)