From bc3983031cd0976095e2a9b3d2c52718c2eb35be Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 24 Jul 2024 10:48:14 +0200 Subject: [PATCH] use latest version of cache action --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/static.yml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ade1744f..fd66d305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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 @@ -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 }} @@ -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 @@ -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 @@ -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 @@ -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 }} @@ -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 diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 91266ca5..f7295829 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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 @@ -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