Skip to content

Commit

Permalink
bump GitHub Actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Aug 20, 2024
1 parent 6b09b7f commit 22e5376
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: perl -V
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Cache multiple paths
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/perl5
Expand All @@ -34,7 +34,7 @@ jobs:
- run: dzil test
- run: dzil build

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Devel-PatchPerl.tar.gz
path: Devel-PatchPerl-*.tar.gz
Expand Down Expand Up @@ -234,12 +234,12 @@ jobs:
- "5.8.0"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setup perl
run: |
echo "$HOME/perl5/bin" >> "$GITHUB_PATH"
echo "PERL5LIB=$HOME/perl5/lib/perl5" >> "$GITHUB_ENV"
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: Devel-PatchPerl.tar.gz
- name: install dependencies
Expand Down

0 comments on commit 22e5376

Please sign in to comment.