We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9b27d commit cf59c4bCopy full SHA for cf59c4b
.github/workflows/lint-reuse.yml
@@ -10,6 +10,6 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
+ - uses: actions/checkout@v4
14
- name: REUSE Compliance Check
15
uses: fsfe/reuse-action@v2
.github/workflows/package.yml
@@ -15,7 +15,7 @@ jobs:
package:
16
17
18
19
20
- name: Prepare
21
run: |
0 commit comments