Skip to content

Commit c0aee71

Browse files
committed
Update version in README
1 parent f611cd3 commit c0aee71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: REUSE Compliance Check
49-
uses: fsfe/reuse-action@v5
49+
uses: fsfe/reuse-action@v6
5050
```
5151
5252
If you would like to run other subcommands, you could use the following snippet which outputs a the SPDX bill of materials:
@@ -55,7 +55,7 @@ If you would like to run other subcommands, you could use the following snippet
5555
- name: Checkout
5656
uses: actions/checkout@v4
5757
- name: REUSE SPDX SBOM
58-
uses: fsfe/reuse-action@v5
58+
uses: fsfe/reuse-action@v6
5959
with:
6060
args: spdx
6161
```
@@ -66,7 +66,7 @@ In the same fashion, it is possible to add optional arguments like `--include-su
6666
- name: Checkout
6767
uses: actions/checkout@v4
6868
- name: REUSE Compliance Check
69-
uses: fsfe/reuse-action@v5
69+
uses: fsfe/reuse-action@v6
7070
with:
7171
args: --include-submodules lint
7272
```

0 commit comments

Comments
 (0)