diff --git a/action.yml b/action.yml index e67f677..7eeb165 100644 --- a/action.yml +++ b/action.yml @@ -134,7 +134,7 @@ runs: - name: Cache executables if: inputs.cache == 'true' id: cache-modflow - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.MODFLOW_BIN_PATH }} key: ${{ steps.cache-key.outputs.key }}