Skip to content

Commit

Permalink
CI: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Nov 30, 2022
1 parent adabab3 commit 360002b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
image: perl:${{ matrix.perl-version }}

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

- name: Probe wd
run: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
# run: rm ~/perl5/${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}

- name: Cache CPAN modules
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/perl5
key: ${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: macOS-latest

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

- name: Probe wd
run: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
# run: rm ~/perl5/${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}

- name: Cache CPAN modules
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/perl5
key: ${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}
Expand Down

0 comments on commit 360002b

Please sign in to comment.