Skip to content

Commit 4a900d3

Browse files
authored
Merge pull request #25 from ChristianTackeGSI/main
chore: upgrade checkout step to v4
2 parents 9522816 + 1e652d5 commit 4a900d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/selftest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test-self:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: REUSE version
2020
uses: ./
2121
with:
@@ -33,7 +33,7 @@ jobs:
3333
test-majorversion:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: REUSE Compliance Check
3838
uses: fsfe/reuse-action@v2
3939
with:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
test:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- name: REUSE Compliance Check
4444
uses: fsfe/reuse-action@v2
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
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
- name: REUSE SPDX SBOM
5252
uses: fsfe/reuse-action@v2
5353
with:
@@ -57,7 +57,7 @@ If you would like to run other subcommands, you could use the following snippet
5757
In the same fashion, it is possible to add optional arguments like `--include-submodules`:
5858

5959
```yml
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6161
- name: REUSE Compliance Check
6262
uses: fsfe/reuse-action@v2
6363
with:

0 commit comments

Comments
 (0)