Skip to content

Commit 182420f

Browse files
taiki-ehds
authored andcommitted
chore(ci): update actions/checkout action to v4 (#2845)
1 parent 9883438 commit 182420f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
security_audit:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- uses: actions-rs/audit-check@v1
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository_owner == 'tokio-rs'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: taiki-e/create-gh-release-action@v1
1818
with:
1919
prefix: tracing(-[a-z]+)?

0 commit comments

Comments
 (0)