Skip to content

Commit f15b48b

Browse files
authored
Merge pull request #34 from bernhardreiter/patch-1
Update README.md for new major version of action @V3 -> @v4
2 parents 3ae3c6b + 618b8e9 commit f15b48b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: REUSE Compliance Check
44-
uses: fsfe/reuse-action@v3
44+
uses: fsfe/reuse-action@v4
4545
```
4646
4747
If you would like to run other subcommands, you could use the following snippet which outputs a the SPDX bill of materials:
4848
4949
```yml
5050
- uses: actions/checkout@v4
5151
- name: REUSE SPDX SBOM
52-
uses: fsfe/reuse-action@v3
52+
uses: fsfe/reuse-action@v4
5353
with:
5454
args: spdx
5555
```
@@ -59,7 +59,7 @@ In the same fashion, it is possible to add optional arguments like `--include-su
5959
```yml
6060
- uses: actions/checkout@v4
6161
- name: REUSE Compliance Check
62-
uses: fsfe/reuse-action@v3
62+
uses: fsfe/reuse-action@v4
6363
with:
6464
args: --include-submodules lint
6565
```

0 commit comments

Comments
 (0)