Skip to content

Commit 8b1efd0

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf02fa5 commit 8b1efd0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/linux-docker.yml

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

3939
name: Perl ${{ matrix.perl-version }}
4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
with:
4343
show-progress: false
4444
- name: Install zstd

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Perl ${{ matrix.perl }}
3535
steps:
3636

37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
with:
3939
show-progress: false
4040

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Perl ${{ matrix.perl }}
3535
steps:
3636

37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
with:
3939
show-progress: false
4040

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Perl ${{ matrix.perl }}
3535
steps:
3636

37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
with:
3939
show-progress: false
4040

0 commit comments

Comments
 (0)