Skip to content

Commit d811be2

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

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix: ${{fromJson(needs.list.outputs.matrix)}}
4040
steps:
41-
- uses: actions/checkout@v6
41+
- uses: actions/checkout@v7
4242
- name: Setup perl
4343
uses: shogo82148/actions-setup-perl@v1
4444
with:

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix: ${{fromJson(needs.list.outputs.matrix)}}
4040
steps:
41-
- uses: actions/checkout@v6
41+
- uses: actions/checkout@v7
4242
- name: Setup perl
4343
uses: shogo82148/actions-setup-perl@v1
4444
with:

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
fail-fast: false
8787
matrix: ${{ fromJson(needs.list-windows-default.outputs.matrix )}}
8888
steps:
89-
- uses: actions/checkout@v6
89+
- uses: actions/checkout@v7
9090
- name: Setup perl
9191
uses: shogo82148/actions-setup-perl@v1
9292
with:
@@ -112,7 +112,7 @@ jobs:
112112
fail-fast: false
113113
matrix: ${{fromJson(needs.list-windows-strawberry.outputs.matrix)}}
114114
steps:
115-
- uses: actions/checkout@v6
115+
- uses: actions/checkout@v7
116116
- name: Setup perl
117117
uses: shogo82148/actions-setup-perl@v1
118118
with:

0 commit comments

Comments
 (0)