From eb8d9aff084815a1619fc2c003caca5fe07440b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 06:24:43 +0000 Subject: [PATCH] Bump actions/cache from v2.1.4 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6053095..0a5530a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: sudo apt-get -y install git autoconf libtool libtool-bin automake build-essential gettext cmake python3 curl - name: Cache Mono Sources id: cache_mono_sources - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.MONO_SOURCE_ROOT }} key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources @@ -138,7 +138,7 @@ jobs: sudo apt-get -y install mingw-w64 libz-mingw-w64-dev - name: Cache Mono Sources id: cache_mono_sources - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.MONO_SOURCE_ROOT }} key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources @@ -202,7 +202,7 @@ jobs: brew install autoconf automake libtool pkg-config cmake python3 - name: Cache Mono Sources id: cache_mono_sources - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.MONO_SOURCE_ROOT }} key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources @@ -266,7 +266,7 @@ jobs: brew install autoconf automake libtool pkg-config cmake python3 - name: Cache Mono Sources id: cache_mono_sources - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.MONO_SOURCE_ROOT }} key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources @@ -336,7 +336,7 @@ jobs: brew install autoconf automake libtool pkg-config cmake python3 - name: Cache Mono Sources id: cache_mono_sources - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.MONO_SOURCE_ROOT }} key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources @@ -434,7 +434,7 @@ jobs: echo "ANDROID_NDK_ROOT=$ANDROID_SDK_ROOT/ndk-bundle" >> $GITHUB_ENV - name: Cache Mono Sources id: cache_mono_sources - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.MONO_SOURCE_ROOT }} key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources @@ -564,7 +564,7 @@ jobs: echo "ANDROID_NDK_ROOT=$ANDROID_SDK_ROOT/ndk-bundle" >> $GITHUB_ENV - name: Cache Mono Sources id: cache_mono_sources - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.MONO_SOURCE_ROOT }} key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources @@ -651,7 +651,7 @@ jobs: sudo apt-get -y install git autoconf libtool libtool-bin automake build-essential gettext cmake python3 curl - name: Cache Mono Sources id: cache_mono_sources - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.MONO_SOURCE_ROOT }} key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources @@ -724,7 +724,7 @@ jobs: steps: - name: Cache LLVM id: cache_llvm - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ~/mono-installs/llvm-${{ matrix.target }} key: ${{ runner.os }}-${{ env.MONO_TAG }}-llvm-${{ matrix.target }} @@ -747,7 +747,7 @@ jobs: - name: Cache Mono Sources if: steps.cache_llvm.outputs.cache-hit != 'true' id: cache_mono_sources - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.MONO_SOURCE_ROOT }} key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources @@ -811,7 +811,7 @@ jobs: sudo apt-get -y install git autoconf libtool libtool-bin automake build-essential gettext cmake python3 curl - name: Cache Mono Sources id: cache_mono_sources - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ${{ env.MONO_SOURCE_ROOT }} key: ${{ runner.os }}-${{ env.MONO_TAG }}-mono-sources