Skip to content

Commit

Permalink
Upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sanko committed Mar 17, 2024
1 parent 0fdd899 commit b4f9549
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 36 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/ci.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
perl: [ '5.32' ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v0.1.5
Expand All @@ -26,4 +26,4 @@ jobs:
freebsd-version
perl -V
cpanm --installdeps -v -n --mirror http://cpan.cpantesters.org/ .
cpanm -v --test-only .
cpanm -v --test-only .
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# image: perl:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# image: perl:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# image: perl:${{ matrix.perl-version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up perl ${{ matrix.dist }} ${{ matrix.perl }}
uses: shogo82148/actions-setup-perl@v1
Expand Down

0 comments on commit b4f9549

Please sign in to comment.