Skip to content

Commit

Permalink
Update actions/cache action to v3.3.3 (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 14, 2024
1 parent 7d7a897 commit e460a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Go modules
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }}
Expand All @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Go modules
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit e460a2c

Please sign in to comment.