Skip to content

Commit

Permalink
Merge pull request #25 from ChristianTackeGSI/main
Browse files Browse the repository at this point in the history
chore: upgrade checkout step to v4
  • Loading branch information
mxmehl committed Dec 14, 2023
2 parents 9522816 + 1e652d5 commit 4a900d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/selftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test-self:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: REUSE version
uses: ./
with:
Expand All @@ -33,7 +33,7 @@ jobs:
test-majorversion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2
```
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@v3
- uses: actions/checkout@v4
- name: REUSE SPDX SBOM
uses: fsfe/reuse-action@v2
with:
Expand All @@ -57,7 +57,7 @@ If you would like to run other subcommands, you could use the following snippet
In the same fashion, it is possible to add optional arguments like `--include-submodules`:

```yml
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2
with:
Expand Down

0 comments on commit 4a900d3

Please sign in to comment.