Skip to content

Commit 64feb2f

Browse files
authored
Merge pull request #55 from Perl/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 4f372f6 + a332b95 commit 64feb2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "Build latest"
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Publish to Registry
2020
uses: elgohr/[email protected]
2121
with:
@@ -53,7 +53,7 @@ jobs:
5353
- "5.8"
5454

5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v4
5757
- name: Publish to Registry
5858
uses: elgohr/[email protected]
5959
with:

.github/workflows/test-cpanfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- '5.8'
3535
name: Perl ${{ matrix.perl-version }}
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- name: Install deps using cpm
3939
uses: perl-actions/install-with-cpm@stable
4040
with:

0 commit comments

Comments
 (0)