Skip to content

Commit ebdcc8e

Browse files
dependabot[bot]pmqs
authored andcommitted
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 f8948b6 commit ebdcc8e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
name: Perl ${{ matrix.perl }}
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040

4141
- name: Setup perl
4242
uses: shogo82148/actions-setup-perl@v1
@@ -78,7 +78,7 @@ jobs:
7878

7979
name: Perl ${{ matrix.perl }} + ${{ matrix.compiler.name }}
8080
steps:
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v6
8282

8383
- name: Setup perl
8484
uses: shogo82148/actions-setup-perl@v1

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
name: Perl ${{ matrix.perl }}
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040

4141
- name: Setup perl
4242
uses: shogo82148/actions-setup-perl@v1
@@ -77,7 +77,7 @@ jobs:
7777

7878
name: Perl ${{ matrix.perl }} with ${{ matrix.compiler.name }}
7979
steps:
80-
- uses: actions/checkout@v5
80+
- uses: actions/checkout@v6
8181

8282
- name: Setup perl
8383
uses: shogo82148/actions-setup-perl@v1

.github/workflows/windows-cache-bdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Build and Cache Berkeley DB
1717
steps:
1818

19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- name: Output Env (bash)
2222
run: |

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Perl ${{ matrix.perl }}
4343
steps:
4444

45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646

4747
- name: Setup perl
4848
uses: shogo82148/actions-setup-perl@v1

0 commit comments

Comments
 (0)