Skip to content

Commit

Permalink
Merge pull request #463 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-3.3.2

ci: bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
pro-wh committed Oct 2, 2023
2 parents d0c46eb + 91a77ae commit f76970e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/463.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump actions/cache from 3.3.1 to 3.3.2
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
go-version: "1.19.x"
- name: Cache Go dependencies
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit f76970e

Please sign in to comment.