Skip to content

Commit f7a14b4

Browse files
chore(deps): bump actions/cache from 3.2.3 to 3.2.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@58c146c...69d9d44) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a40e66c commit f7a14b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: go test -benchmem -run="^$" -bench "^Benchmark" . quamina.net/go/quamina | tee output.txt
3333

3434
- name: Download previous benchmark data
35-
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
35+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
3636
with:
3737
path: ./cache
3838
key: ${{ runner.os }}-benchmark

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: go
3131

3232
- name: Restore Go cache
33-
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
33+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
3434
with:
3535
path: |
3636
~/.cache/go-build

.github/workflows/go-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: go
4141

4242
- name: Restore Go cache
43-
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12
43+
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
4444
with:
4545
path: |
4646
~/.cache/go-build

0 commit comments

Comments
 (0)