Skip to content

Commit 80578a8

Browse files
authored
Merge pull request #525 from hifis-net/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a6c56d5 + 6b34399 commit 80578a8

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

.github/workflows/gitlab.yml

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

5353
steps:
5454
- name: "Check out the codebase."
55-
uses: "actions/checkout@v5"
55+
uses: "actions/checkout@v6"
5656
with:
5757
path: "./ansible_collections/hifis/toolkit"
5858

.github/workflows/gitlab_runner.yml

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

5353
steps:
5454
- name: "Check out the codebase."
55-
uses: "actions/checkout@v5"
55+
uses: "actions/checkout@v6"
5656
with:
5757
path: "./ansible_collections/hifis/toolkit"
5858

.github/workflows/haproxy.yml

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

5050
steps:
5151
- name: "Check out the codebase."
52-
uses: "actions/checkout@v5"
52+
uses: "actions/checkout@v6"
5353
with:
5454
path: "./ansible_collections/hifis/toolkit"
5555

.github/workflows/keepalived.yml

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

4848
steps:
4949
- name: "Check out the codebase."
50-
uses: "actions/checkout@v5"
50+
uses: "actions/checkout@v6"
5151
with:
5252
path: "./ansible_collections/hifis/toolkit"
5353

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pull-requests: "write"
2424
steps:
2525
- name: "Check out the codebase."
26-
uses: "actions/checkout@v5"
26+
uses: "actions/checkout@v6"
2727

2828
- uses: "actions/[email protected]"
2929
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: "ubuntu-24.04"
2222
steps:
2323
- name: "Check out the codebase."
24-
uses: "actions/checkout@v5"
24+
uses: "actions/checkout@v6"
2525

2626
- name: "Lint code."
2727
uses: "ansible/[email protected]"

.github/workflows/netplan.yml

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

4848
steps:
4949
- name: "Check out the codebase."
50-
uses: "actions/checkout@v5"
50+
uses: "actions/checkout@v6"
5151
with:
5252
path: "./ansible_collections/hifis/toolkit"
5353

.github/workflows/redis.yml

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

5151
steps:
5252
- name: "Check out the codebase."
53-
uses: "actions/checkout@v5"
53+
uses: "actions/checkout@v6"
5454
with:
5555
path: "./ansible_collections/hifis/toolkit"
5656

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: "ubuntu-24.04"
1919
steps:
2020
- name: "checkout"
21-
uses: "actions/checkout@v5"
21+
uses: "actions/checkout@v6"
2222

2323
- name: "Deploy the collection"
2424
uses: "artis3n/[email protected]"

.github/workflows/reuse-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: "ubuntu-24.04"
1717
steps:
1818
- name: "Check out the codebase."
19-
uses: "actions/checkout@v5"
19+
uses: "actions/checkout@v6"
2020

2121
- name: "REUSE lint"
2222
uses: "fsfe/[email protected]"

0 commit comments

Comments
 (0)