Skip to content

Commit be1b57a

Browse files
committed
chores: bump github actions
1 parent 750979b commit be1b57a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Publish on crates.io
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: katyo/publish-crates@v1
11+
- uses: actions/checkout@v4
12+
- uses: katyo/publish-crates@v2
1313
with:
1414
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)