Skip to content

Commit

Permalink
use latest version of cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jul 24, 2024
1 parent dba8c46 commit bc39830
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache module compilation
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/varnish-modules-${{ matrix.varnish-modules-version }}
key: varnish-modules-${{ matrix.varnish-modules-version }}
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Cache Vendor
id: cache-vendor
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-vendor
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache module compilation
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/varnish-modules-${{ matrix.varnish-modules-version }}
key: varnish-modules-${{ matrix.varnish-modules-version }}
Expand All @@ -116,7 +116,7 @@ jobs:
- name: Cache Vendor
id: cache-vendor
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-vendor
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Cache Vendor
id: cache-vendor
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-vendor
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Cache Vendor
id: cache-vendor
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-vendor-lowest
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache module compilation
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/varnish-modules-${{ matrix.varnish-modules-version }}
key: varnish-modules-${{ matrix.varnish-modules-version }}
Expand All @@ -249,7 +249,7 @@ jobs:
- name: Cache Vendor
id: cache-vendor
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-vendor
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Cache Vendor
id: cache-vendor
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-vendor
Expand All @@ -45,7 +45,7 @@ jobs:

- name: Cache Vendor
id: cache-vendor
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-vendor
Expand Down

0 comments on commit bc39830

Please sign in to comment.