Skip to content

Commit 0587328

Browse files
Update actions/checkout action to v6
1 parent 75f196e commit 0587328

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- name: REUSE Compliance Check
1515
uses: fsfe/reuse-action@v5

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
package:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424

2525
- name: Prepare
2626
run: |

0 commit comments

Comments
 (0)