Skip to content

Commit

Permalink
Merge pull request #1525 from cloudflare/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-3

build(deps): bump actions/cache from 2.1.7 to 3
  • Loading branch information
jacobbednarz authored Mar 21, 2022
2 parents 760650a + 3b4da6b commit 0fb7ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- uses: actions/cache@v2.1.7
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: go
- name: Check out code repository source code
uses: actions/checkout@v3
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 0fb7ea2

Please sign in to comment.