Skip to content

Commit 1c84de9

Browse files
Update actions/cache digest to 27d5ce7 (#508)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02ac97c commit 1c84de9

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: yes | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install 'ndk;${{ matrix.ndk_version }}'
5656

5757
- name: cache conan
58-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
58+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5959
with:
6060
path: ${{ env.CONAN_HOME }}
6161
key: conan-${{ matrix.host_profile }}-${{ env.CONAN_KEY_SUFFIX }}
@@ -68,7 +68,7 @@ jobs:
6868
run: conan config install .github/config/conan
6969

7070
- name: cache ccache
71-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
71+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
7272
with:
7373
path: ${{ env.CCACHE_DIR }}
7474
key: ccache-${{ matrix.host_profile }}-${{ env.CCACHE_KEY_SUFFIX }}
@@ -301,7 +301,7 @@ jobs:
301301
run: yes | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install 'ndk;${{ matrix.ndk_version }}'
302302

303303
- name: cache conan
304-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
304+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
305305
with:
306306
path: ${{ env.CONAN_HOME }}
307307
key: conan-${{ matrix.host_profile }}-${{ env.CONAN_KEY_SUFFIX }}
@@ -317,7 +317,7 @@ jobs:
317317
run: conan export . --name odrcore --version 0.0.0
318318

319319
- name: cache ccache
320-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
320+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
321321
with:
322322
path: ${{ env.CCACHE_DIR }}
323323
key: ccache-${{ matrix.host_profile }}-${{ env.CCACHE_KEY_SUFFIX }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "VERSION=${GITHUB_REF_NAME:1}" >> $GITHUB_ENV
4848

4949
- name: cache conan
50-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
50+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5151
with:
5252
path: ${{ env.CONAN_HOME }}
5353
key: conan-${{ matrix.host_profile }}-${{ env.CONAN_KEY_SUFFIX }}
@@ -60,7 +60,7 @@ jobs:
6060
run: conan config install .github/config/conan
6161

6262
- name: cache ccache
63-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
63+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
6464
with:
6565
path: ${{ env.CCACHE_DIR }}
6666
key: ccache-${{ matrix.host_profile }}-${{ env.CCACHE_KEY_SUFFIX }}

.github/workflows/tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: pip install --upgrade pip conan
4949

5050
- name: cache conan
51-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
51+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5252
with:
5353
path: ${{ env.CONAN_HOME }}
5454
key: conan-${{ matrix.host_profile }}-${{ env.CONAN_KEY_SUFFIX }}
@@ -61,7 +61,7 @@ jobs:
6161
run: conan config install .github/config/conan
6262

6363
- name: cache ccache
64-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
64+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
6565
with:
6666
path: ${{ env.CCACHE_DIR }}
6767
key: ccache-${{ matrix.host_profile }}-${{ env.CCACHE_KEY_SUFFIX }}

0 commit comments

Comments
 (0)