Skip to content

Commit 13ea98d

Browse files
Bump actions/cache from 5.0.5 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.5...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc8bbf3 commit 13ea98d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
4040

4141
- name: 'Setup data cache'
42-
uses: actions/cache@v5.0.5
42+
uses: actions/cache@v6.1.0
4343
with:
4444
path: src/.observablehq/cache
4545
key: data-${{ hashFiles('src/data/*') }}-${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)