diff --git a/README.md b/README.md index b9fcd3b..a0738c3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ 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: @@ -49,7 +49,7 @@ If you would like to run other subcommands, you could use the following snippet ```yml - uses: actions/checkout@v4 - name: REUSE SPDX SBOM - uses: fsfe/reuse-action@v3 + uses: fsfe/reuse-action@v4 with: args: spdx ``` @@ -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 ```