Skip to content

Commit 96b5cf5

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 db96144 commit 96b5cf5

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
@@ -33,7 +33,7 @@ jobs:
3333
echo "stamp=$(/bin/date +%s)" >> "$GITHUB_OUTPUT"
3434
shell: bash
3535
- name: let GitHub cache our ccache data
36-
uses: actions/cache@v3.2.4
36+
uses: actions/cache@v3.2.5
3737
with:
3838
path: ~/.ccache
3939
key: auth-ccache-${{ steps.get-stamp.outputs.stamp }}
@@ -85,7 +85,7 @@ jobs:
8585
echo "stamp=$(/bin/date +%s)" >> "$GITHUB_OUTPUT"
8686
shell: bash
8787
- name: let GitHub cache our ccache data
88-
uses: actions/cache@v3.2.4
88+
uses: actions/cache@v3.2.5
8989
with:
9090
path: ~/.ccache
9191
key: recursor-${{ matrix.sanitizers }}-ccache-${{ steps.get-stamp.outputs.stamp }}
@@ -138,7 +138,7 @@ jobs:
138138
echo "stamp=$(/bin/date +%s)" >> "$GITHUB_OUTPUT"
139139
shell: bash
140140
- name: let GitHub cache our ccache data
141-
uses: actions/cache@v3.2.4
141+
uses: actions/cache@v3.2.5
142142
with:
143143
path: ~/.ccache
144144
key: dnsdist-${{ matrix.features }}-${{ matrix.sanitizers }}-ccache-${{ steps.get-stamp.outputs.stamp }}

0 commit comments

Comments
 (0)