From bf3c96647c53d66f8031bd4cbd9fd85d2280ffb6 Mon Sep 17 00:00:00 2001 From: barton26 Date: Tue, 12 Oct 2021 04:17:14 -0400 Subject: [PATCH] Don't pin the cache action --- .github/workflows/android.yml | 2 +- .github/workflows/coverity.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/osx.yml | 2 +- .github/workflows/windows.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e04e47f575..dfd49ffd36 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -29,7 +29,7 @@ jobs: uses: android-actions/setup-android@v2 - name: Cache dependencies - uses: actions/cache@v2.1.3 + uses: actions/cache@v2 with: path: | 3rdParty/buildCache diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 12b94dbfdf..ae8c686af0 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -20,7 +20,7 @@ jobs: sudo apt-get install -y libftgl-dev freeglut3-dev libcurl4-openssl-dev libxmu-dev libxi-dev libfcgi-dev libxss-dev libnotify-dev libxcb-util0-dev libgtk2.0-dev libwebkitgtk-dev p7zip-full libxxf86vm-dev ocl-icd-opencl-dev zip - name: Cache dependencies - uses: actions/cache@v2.1.3 + uses: actions/cache@v2 with: path: | 3rdParty/buildCache diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 94969034bc..e1ba7ae9da 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -34,7 +34,7 @@ jobs: ./integration_test/installTestSuite.sh - name: Cache dependencies - uses: actions/cache@v2.1.3 + uses: actions/cache@v2 with: path: | 3rdParty/buildCache diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index cea4121070..78f6d06bbb 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache dependencies - uses: actions/cache@v2.1.3 + uses: actions/cache@v2 with: path: 3rdParty/buildCache key: osx-${{ matrix.type }}-${{ hashFiles('3rdParty/*Mac*.sh', 'mac_build/dependencyNames.sh', 'mac_build/[bB]uild*.sh') }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 98b50988cf..d3eac2725f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -46,7 +46,7 @@ jobs: run: vcpkg.exe integrate remove - name: Cache dependencies - uses: actions/cache@v2.1.3 + uses: actions/cache@v2 with: path: | ${{ github.workspace }}\3rdParty\Windows\cuda\