Skip to content

Commit 519da9c

Browse files
authored
Merge pull request #10634 from Icinga/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 50b289a + 9d2feb8 commit 519da9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/authors-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout HEAD
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Checkout HEAD
68-
uses: actions/checkout@v5
68+
uses: actions/checkout@v6
6969

7070
- name: Turn on Problem Matcher
7171
run: echo "::add-matcher::.github/problem-matchers/gcc.json"

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout HEAD
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535

0 commit comments

Comments
 (0)