Skip to content

Commit

Permalink
[GitHub] Update action versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Oct 11, 2023
1 parent 835dba0 commit 90f7cf6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
HARNESS_PERL_SWITCHES: "-MDevel::Cover=+ignore,local/lib/perl5,commonlib,perllib/Catalyst/[^A],perllib/Email,Test.pm,^t"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

- uses: niden/actions-memcached@v7

- name: Setup cache (carton)
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: local
key: ubuntu-22-carton-${{ hashFiles('cpanfile.snapshot') }}

- name: Setup cache (coverage)
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: local-coverage
key: ubuntu-22-coverage
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 8.x

- name: Setup cache (carton)
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: local
key: ubuntu-22-carton-${{ hashFiles('cpanfile.snapshot') }}

- name: Setup cache (cypress)
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.npm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ jobs:
perl_version: [ 5.32.1, 5.30.3, 5.28.3, 5.26.3 ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

- name: Setup cache (carton)
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: local
key: ubuntu-22-perl-${{ matrix.perl_version }}-carton-${{ hashFiles('cpanfile.snapshot') }}

- name: Setup cache (perl)
id: cache-perl
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/perl5
key: ubuntu-22-perl-${{ matrix.perl_version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/checkout@v4
- uses: actions/cache@v3
with:
path: ~/perl5
key: perl-pod
Expand Down

0 comments on commit 90f7cf6

Please sign in to comment.