Skip to content

Commit df6bde7

Browse files
committed
update runner instance
1 parent 8b7a6dc commit df6bde7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security_audit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
- cron: '0 0 * * *'
55
jobs:
66
audit:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- uses: rustsec/[email protected]
1111
with:
1212
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)