Skip to content

Commit

Permalink
Merge pull request #51 from sigmavirus24/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
2 parents 76128fe + ee739fb commit 63ff3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 63ff3b3

Please sign in to comment.