diff --git a/action.yml b/action.yml index 44b3eea..8c8a8f9 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,7 @@ runs: # Optionally share Eldev's GPAC between workflow executions. - if: inputs.cache == 'true' - uses: actions/cache@v4 + uses: actions/cache@v5 with: # FIXME: Might want to cache the whole of `~/.cache/eldev'. However, that would # include the installed package of Eldev itself, so we'd need to be careful