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 57cc986 commit c5f5551Copy full SHA for c5f5551
.github/workflows/audit.yaml
@@ -6,7 +6,7 @@ jobs:
6
audit:
7
runs-on: ubuntu-20.04
8
steps:
9
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
10
- uses: actions-rs/audit-check@v1
11
with:
12
token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/changelog.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
- name: Checkout sources
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
21
- name: Check that changelog updated
22
uses: dangoslen/changelog-enforcer@v3
0 commit comments