]> Sergey Matveev's repositories - btrtrc.git/commitdiff
updates to actions/cache v3 (#1000)
authorPhil Cummins <140902392+philrhc@users.noreply.github.com>
Sun, 16 Mar 2025 11:34:53 +0000 (12:34 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Mar 2025 11:34:53 +0000 (22:34 +1100)
Co-authored-by: Phil Cummins <philip.cummins@bsc.es>
.github/actions/go-common/action.yml

index 2b374deb0780127e3f4848742cb7806aa89f570e..a01161279205679d2e9d696e9ff5153225ce0669 100644 (file)
@@ -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: |