Skip to content

Commit 2ec92d7

Browse files
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 24fa376 commit 2ec92d7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/publish-to-docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
debian-version: [buster,bookworm]
6565

6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6868
- name: Publish to Registry
6969
uses: elgohr/Publish-Docker-Github-Action@v5
7070
with:
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181

8282
steps:
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@v5
8484
- name: Publish to Registry
8585
uses: elgohr/Publish-Docker-Github-Action@v5
8686
with:
@@ -102,7 +102,7 @@ jobs:
102102
matrix:
103103
perl-version: ${{ fromJson (needs.prepare-matrix-buster.outputs.perl-versions) }}
104104
steps:
105-
- uses: actions/checkout@v4
105+
- uses: actions/checkout@v5
106106
- name: Publish to Registry
107107
uses: elgohr/Publish-Docker-Github-Action@v5
108108
with:
@@ -122,7 +122,7 @@ jobs:
122122
matrix:
123123
perl-version: ${{ fromJson(needs.prepare-matrix-bookworm-extra.outputs.perl-versions) }}
124124
steps:
125-
- uses: actions/checkout@v4
125+
- uses: actions/checkout@v5
126126
- name: Publish to Registry
127127
uses: elgohr/Publish-Docker-Github-Action@v5
128128
with:
@@ -142,7 +142,7 @@ jobs:
142142
matrix:
143143
perl-version: ${{ fromJson(needs.prepare-matrix-bookworm-defaults.outputs.perl-versions) }}
144144
steps:
145-
- uses: actions/checkout@v4
145+
- uses: actions/checkout@v5
146146
- name: Publish to Registry
147147
uses: elgohr/Publish-Docker-Github-Action@v5
148148
with:

.github/workflows/test-cpanfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
perl-version: ${{ fromJson (needs.prepare-matrix.outputs.perl-versions) }}
3333
name: Perl ${{ matrix.perl-version }}
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- name: Install deps using cpm
3737
uses: perl-actions/install-with-cpm@v1
3838
with:

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
submodules: true
1919

0 commit comments

Comments
 (0)