Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/github/codeql-acti…
Browse files Browse the repository at this point in the history
…on-2.1.38
  • Loading branch information
timbray authored Jan 17, 2023
2 parents ef714e8 + 6b4d283 commit da206bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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" . github.com/timbray/quamina | tee output.txt

- name: Download previous benchmark data
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
with:
path: ./cache
key: ${{ runner.os }}-benchmark
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Dependency Review
uses: actions/dependency-review-action@0ff3da6f81b812d4ec3cf37a04e2308c7a723730
uses: actions/dependency-review-action@c090f4e553673e6e505ea70d6a95362ee12adb94
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@4723a57e26efda3a62cbde1812113b730952852d
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
with:
path: |
~/.cache/go-build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
with:
path: |
~/.cache/go-build
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit da206bd

Please sign in to comment.