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 abc6e5e commit 93abcc7Copy full SHA for 93abcc7
.github/workflows/fossa.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
- name: Install rust toolchain
15
uses: actions-rs/toolchain@v1
16
with:
.github/workflows/rust_security_audit.yml
@@ -8,7 +8,7 @@ jobs:
8
security_audit:
9
runs-on: ubuntu-latest
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- uses: actions-rs/audit-check@v1
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments