We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9883438 commit 182420fCopy full SHA for 182420f
.github/workflows/audit.yml
@@ -29,7 +29,7 @@ jobs:
29
security_audit:
30
runs-on: ubuntu-latest
31
steps:
32
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
33
- uses: actions-rs/audit-check@v1
34
with:
35
token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
if: github.repository_owner == 'tokio-rs'
14
15
16
17
- uses: taiki-e/create-gh-release-action@v1
18
19
prefix: tracing(-[a-z]+)?
0 commit comments