Skip to content

Commit

Permalink
Merge pull request #205 from timbray/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.3.1

chore(deps): bump actions/cache from 3.3.0 to 3.3.1
  • Loading branch information
timbray authored Mar 14, 2023
2 parents c4737b4 + 43aecdb commit 7a6db82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: go test -benchmem -run="^$" -bench "^Benchmark" . quamina.net/go/quamina | tee output.txt

- name: Download previous benchmark data
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
with:
path: ./cache
key: ${{ runner.os }}-benchmark
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
with:
path: |
~/.cache/go-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 7a6db82

Please sign in to comment.