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 006bdb8 commit 852c036Copy full SHA for 852c036
.github/workflows/reuse-compliance.yml
@@ -16,6 +16,6 @@ jobs:
16
name: Compliance Check
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: Execute REUSE Compliance Check
21
uses: fsfe/reuse-action@v6
.github/workflows/security-audit.yml
@@ -18,7 +18,7 @@ jobs:
- name: Checkout '${{ matrix.branch }}' branch
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
with:
23
ref: ${{ matrix.branch }}
24
0 commit comments