Skip to content

Commit d08ef00

Browse files
authored
Merge pull request #10652 from Icinga/backport-10634-to-support/2.14
[Backport support/2.14] Bump actions/checkout from 5 to 6
2 parents 55a3d75 + 8f7b9c5 commit d08ef00

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Checkout HEAD
67-
uses: actions/checkout@v5
67+
uses: actions/checkout@v6
6868

6969
- name: Restore/backup ccache
7070
uses: actions/cache@v3

.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)