From df6397313ce3d28a27c022605e5dcf09202b87fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 05:18:36 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/colima-tests.yml | 4 ++-- .github/workflows/master-build.yml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) mode change 100755 => 100644 .github/workflows/master-build.yml diff --git a/.github/workflows/colima-tests.yml b/.github/workflows/colima-tests.yml index 22ff7b0cc48..432791e79cb 100644 --- a/.github/workflows/colima-tests.yml +++ b/.github/workflows/colima-tests.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v2 - name: Homebrew cache/restore - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-homebrew-cache with: @@ -66,7 +66,7 @@ jobs: ${{ runner.os }}-build-${{ env.cache-name }} - name: Lima cache/restore - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-lima with: diff --git a/.github/workflows/master-build.yml b/.github/workflows/master-build.yml old mode 100755 new mode 100644 index 0162dbf3fdf..e0ba248b04e --- a/.github/workflows/master-build.yml +++ b/.github/workflows/master-build.yml @@ -53,7 +53,7 @@ jobs: - name: save build results to cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: .gotmp/bin key: ${{ github.sha }}-${{ github.ref }}-build-most @@ -90,7 +90,7 @@ jobs: ddev config global --instrumentation-opt-in=false - name: Cache signed binaries - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: .gotmp/bin/windows_amd64 key: ${{ github.sha }}-${{ github.ref }}-signed-windows-binaries @@ -113,7 +113,7 @@ jobs: go-version: 1.* - name: restore build-most results from cache - uses: actions/cache@v2 + uses: actions/cache@v3 id: buildmost with: path: .gotmp/bin @@ -137,7 +137,7 @@ jobs: curl -sSL -f https://raw.githubusercontent.com/drud/signing_tools/master/macos_notarize.sh | bash -s - --app-specific-password=${DDEV_MACOS_APP_PASSWORD} --apple-id=notarizer@localdev.foundation --primary-bundle-id=com.ddev.ddev --target-binary="${item}" done - name: Save notarized binaries to cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: .gotmp/bin/darwin* key: ${{ github.sha }}-${{ github.ref }}-notarize-macos @@ -160,7 +160,7 @@ jobs: # We need to get all branches and tags for git describe to work properly fetch-depth: 0 - name: Restore build-most builds - uses: actions/cache@v2 + uses: actions/cache@v3 id: buildmost with: path: .gotmp/bin @@ -170,7 +170,7 @@ jobs: run: exit 1 - name: Restore Signed Windows artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 id: signedwindows with: path: .gotmp/bin/windows_amd64 @@ -180,7 +180,7 @@ jobs: run: exit 1 - name: Restore Signed Mac artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 id: notarizedmac with: path: .gotmp/bin/darwin*