File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
5252If 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` ` `
You can’t perform that action at this time.
0 commit comments