Skip to content

Commit

Permalink
Merge pull request #34 from bernhardreiter/patch-1
Browse files Browse the repository at this point in the history
Update README.md for new major version of action @V3 -> @v4
  • Loading branch information
mxmehl authored Aug 5, 2024
2 parents 3ae3c6b + 618b8e9 commit f15b48b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3
uses: fsfe/reuse-action@v4
```
If you would like to run other subcommands, you could use the following snippet which outputs a the SPDX bill of materials:
```yml
- uses: actions/checkout@v4
- name: REUSE SPDX SBOM
uses: fsfe/reuse-action@v3
uses: fsfe/reuse-action@v4
with:
args: spdx
```
Expand All @@ -59,7 +59,7 @@ In the same fashion, it is possible to add optional arguments like `--include-su
```yml
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3
uses: fsfe/reuse-action@v4
with:
args: --include-submodules lint
```
Expand Down

0 comments on commit f15b48b

Please sign in to comment.