Skip to content

Commit

Permalink
ci: Update actions to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 27, 2024
1 parent 51df516 commit ff303b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom/after-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit ff303b3

Please sign in to comment.