From fe2afaaf6507b1a20503ce00e21735a2197b77ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 27 Oct 2024 07:04:53 +0100 Subject: [PATCH] ci: Update actions to avoid warnings --- .github/workflows/custom/after-install/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/custom/after-install/action.yml b/.github/workflows/custom/after-install/action.yml index 05acd0ce3..4d1b978e8 100644 --- a/.github/workflows/custom/after-install/action.yml +++ b/.github/workflows/custom/after-install/action.yml @@ -11,7 +11,7 @@ runs: shell: bash - name: Cache duckdb archive - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.DUCKDB_R_PREBUILT_ARCHIVE }} key: ${{ env.DUCKDB_R_PREBUILT_ARCHIVE_GHA_CACHE_KEY }} @@ -22,7 +22,7 @@ runs: shell: bash - name: Install persistent ccache - uses: hendrikmuhs/ccache-action@v1.2.10 + uses: hendrikmuhs/ccache-action@v1.2.14 with: key: ${{ env.GHA_CCACHE_KEY }} max-size: 200M