Skip to content

Commit e23b826

Browse files
Bump actions/cache from 5.0.1 to 5.0.2 (#101)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...8b402f5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78abaec commit e23b826

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/02-ingest-dump-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Cache Changelogs
2929
id: cache-changelogs
30-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
30+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3131
with:
3232
path: changelogs
3333
key: debian-source-changelog-files-week-${{ steps.get-date.outputs.date }}

.github/workflows/99-test-data-ingestion-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Cache Changelogs
3030
id: cache-changelogs
31-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
31+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3232
with:
3333
path: changelogs
3434
key: debian-source-changelog-files-week-${{ steps.get-date.outputs.date }}

0 commit comments

Comments
 (0)