Skip to content

Commit 809b9a2

Browse files
Update actions/checkout action to v6
1 parent 6903a4f commit 809b9a2

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@v5
26+
- uses: actions/checkout@v6
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@v5
24+
- uses: actions/checkout@v6
2525

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

0 commit comments

Comments
 (0)