Skip to content

Commit 224ea10

Browse files
committed
Bump GitHub actions versions
ChangeLog: * .github/workflows/Clang.yml: * .github/workflows/GCC.yml: * .github/workflows/fair-software.yml: * .github/workflows/reuse.yml:
1 parent 5bba81e commit 224ea10

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
image: ghcr.io/mattkretz/cplusplus-ci/clang${{ matrix.version }}
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626

2727
- name: Run test suite
2828
env:

.github/workflows/GCC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
image: ghcr.io/mattkretz/cplusplus-ci/gcc${{ matrix.version }}
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626

2727
- name: Run test suite
2828
env:

.github/workflows/fair-software.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: "fair-software"
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
with:
1717
repository: mattkretz/howfairis
1818
path: howfairis

.github/workflows/reuse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: REUSE Compliance Check
13-
uses: fsfe/reuse-action@v5
13+
uses: fsfe/reuse-action@v6

0 commit comments

Comments
 (0)