Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/cache from 3.0.11 to 3.2.2 #3851

Merged
merged 1 commit into from
Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
with:
path: |
~/go/pkg
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
fetch-depth: 0

- name: cache go binaries
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
id: cache-go-bin
with:
path: ~/go/bin
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
restore-keys: ${{ runner.os }}-go-bin

- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -78,14 +78,14 @@ jobs:
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

- name: cache go binaries
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
id: cache-go-bin
with:
path: ~/go/bin
key: ${{ runner.os }}-${{ hashFiles('**/go.mod') }}
restore-keys: ${{ runner.os }}-go-bin

- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
fetch-depth: 0
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
with:
path: |
~/go/pkg
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
fetch-depth: 0
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
with:
path: |
~/go/pkg/mod
Expand Down