Skip to content

Commit 0b22388

Browse files
build(deps): bump actions/cache from 3.0.11 to 3.2.5
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecc6996 commit 0b22388

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "stamp=$(/bin/date +%s)" >> "$GITHUB_OUTPUT"
3030
shell: bash
3131
- name: let GitHub cache our ccache data
32-
uses: actions/cache@v3.0.11
32+
uses: actions/cache@v3.2.5
3333
with:
3434
path: ~/.ccache
3535
key: auth-ccache-${{ steps.get-stamp.outputs.stamp }}
@@ -76,7 +76,7 @@ jobs:
7676
echo "stamp=$(/bin/date +%s)" >> "$GITHUB_OUTPUT"
7777
shell: bash
7878
- name: let GitHub cache our ccache data
79-
uses: actions/cache@v3.0.11
79+
uses: actions/cache@v3.2.5
8080
with:
8181
path: ~/.ccache
8282
key: recursor-${{ matrix.sanitizers }}-ccache-${{ steps.get-stamp.outputs.stamp }}
@@ -127,7 +127,7 @@ jobs:
127127
echo "stamp=$(/bin/date +%s)" >> "$GITHUB_OUTPUT"
128128
shell: bash
129129
- name: let GitHub cache our ccache data
130-
uses: actions/cache@v3.0.11
130+
uses: actions/cache@v3.2.5
131131
with:
132132
path: ~/.ccache
133133
key: dnsdist-${{ matrix.features }}-${{ matrix.sanitizers }}-ccache-${{ steps.get-stamp.outputs.stamp }}

0 commit comments

Comments
 (0)