diff --git a/action.yml b/action.yml index f3876e8..a74cafb 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: - name: Cache UWLCM Singularity image id: cache_singularity - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: '${{ inputs.path }}/uwlcm_${{ inputs.tag }}.sif' key: '${{ inputs.tag }}'