Skip to content

Commit

Permalink
Merge pull request #3 from airconduct/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-3.2.3

🌱 Bump actions/cache from 3.2.2 to 3.2.3
  • Loading branch information
kuilei-bot[bot] authored Jan 17, 2023
2 parents 0ba5479 + 9194334 commit 6b19adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
go-version: 1.19
- name: Cache Go modules
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 6b19adb

Please sign in to comment.