Upgrade actions to newer versions (#1262)

Fixes #1245
This commit is contained in:
Alex Kremer
2024-03-14 10:49:43 +00:00
committed by GitHub
parent 9fa1740146
commit c17cc37c1c
7 changed files with 17 additions and 17 deletions

View File

@@ -44,14 +44,14 @@ runs:
echo "hash=$hash" >> $GITHUB_OUTPUT
- name: Restore conan cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
id: conan_cache
with:
path: ${{ inputs.conan_dir }}/data
key: clio-conan_data-${{ runner.os }}-${{ inputs.build_type }}-develop-${{ steps.conan_hash.outputs.hash }}
- name: Restore ccache cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
id: ccache_cache
if: ${{ env.CCACHE_DISABLE != '1' }}
with: