mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-29 05:52:37 +00:00
chore(ci): update actions/checkout action to v4 (#2845)
This commit is contained in:
parent
dbeaa11353
commit
751d18a5a8
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
security_audit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rs/audit-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
if: github.repository_owner == 'tokio-rs'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: taiki-e/create-gh-release-action@v1
|
||||
with:
|
||||
prefix: tracing(-[a-z]+)?
|
||||
|
Loading…
x
Reference in New Issue
Block a user