Skip to content

Commit

Permalink
ci/gha: use v3 tag for actions/cache
Browse files Browse the repository at this point in the history
This tag points to the latest v3 version (currently v3.0.11). Mainly
done to avoid cluttering git history with multiple minor v3 upgrades.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Oct 17, 2022
1 parent 6d1e1ee commit 6bf2c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
echo "VERSION=3.3.1" >> $GITHUB_ENV
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: cache go mod and $GOCACHE
uses: actions/cache@v3.0.11
uses: actions/cache@v3
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
with:
go-version: "${{ env.GO_VERSION }}"
- name: cache go mod and $GOCACHE
uses: actions/cache@v3.0.11
uses: actions/cache@v3
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit 6bf2c3b

Please sign in to comment.