From: Phil Cummins <140902392+philrhc@users.noreply.github.com> Date: Sun, 16 Mar 2025 11:34:53 +0000 (+0100) Subject: updates to actions/cache v3 (#1000) X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4a278971a213ff177cf88d3691d99a0ba22a3225;p=btrtrc.git updates to actions/cache v3 (#1000) Co-authored-by: Phil Cummins --- diff --git a/.github/actions/go-common/action.yml b/.github/actions/go-common/action.yml index 2b374deb..a0116127 100644 --- a/.github/actions/go-common/action.yml +++ b/.github/actions/go-common/action.yml @@ -8,7 +8,7 @@ runs: uses: actions/setup-go@v2 with: go-version: ${{ matrix.go-version }} - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | ~/.cache/go-build @@ -28,7 +28,7 @@ runs: echo GOTIP_PATH="$HOME/gotip" >> "$GITHUB_ENV" if: matrix.go-version == 'tip' shell: bash - - uses: actions/cache@v2 + - uses: actions/cache@v3 if: matrix.go-version == 'tip' with: path: |