We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0136c2c commit 2585549Copy full SHA for 2585549
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
rust: [stable]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- uses: actions/cache@v3
16
# https://github.com/actions/cache/blob/main/examples.md#rust---cargo
17
with:
.github/workflows/publish.yaml
@@ -10,6 +10,6 @@ jobs:
10
if: github.repository_owner == 'Traverse-Research'
runs-on: ubuntu-latest
- name: Publish
run: cargo publish --token ${{ secrets.cratesio_token }}
0 commit comments