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*