Skip to content

Commit 16327fa

Browse files
dependabot[bot]Normo
authored andcommitted
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e4eb76 commit 16327fa

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@v4"
55+
uses: "actions/checkout@v5"
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@v4"
55+
uses: "actions/checkout@v5"
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@v4"
52+
uses: "actions/checkout@v5"
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@v4"
50+
uses: "actions/checkout@v5"
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@v4"
26+
uses: "actions/checkout@v5"
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@v4"
24+
uses: "actions/checkout@v5"
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@v4"
50+
uses: "actions/checkout@v5"
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@v4"
53+
uses: "actions/checkout@v5"
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@v4"
21+
uses: "actions/checkout@v5"
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@v4"
19+
uses: "actions/checkout@v5"
2020

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

0 commit comments

Comments
 (0)