Skip to content

Commit ee7f35e

Browse files
dependabot[bot]oalders
authored andcommitted
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f70fffb commit ee7f35e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
container:
3131
image: perl:${{ matrix.perl-version }}
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434
- name: perl -V
3535
run: perl -V
3636
- name: Install Dependencies

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# - '5.10'
3030
- '5.8'
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
- name: Setup perl
3434
uses: shogo82148/actions-setup-perl@v1
3535
with:

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git config --global core.autocrlf false
3434
git config --global core.eol lf
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636
- name: perl -V
3737
run: perl -V
3838
- name: Ensure old Strawberries have a good toolchain

0 commit comments

Comments
 (0)