Skip to content

Commit

Permalink
Merge branch 'main' into renovate/actions-github-script-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Sep 12, 2022
2 parents de62299 + 1dba3b9 commit 8ebceed
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@v3

- name: Cache Go modules
uses: actions/[email protected].6
uses: actions/[email protected].8
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@v3

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

0 comments on commit 8ebceed

Please sign in to comment.