Skip to content

Commit 3085c7b

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 1 update
Bumps the github-actions-dependencies group with 1 update in the /actions/docker/build-image directory: [actions/cache](https://github.com/actions/cache). Bumps the github-actions-dependencies group with 1 update in the /actions/helm/generate-docs directory: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) Updates `actions/cache` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df8b445 commit 3085c7b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

actions/docker/build-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ runs:
295295
cache-type: ${{ inputs.cache-type }}
296296
extra-cache-to: "image-manifest=true,oci-mediatypes=true"
297297

298-
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
298+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
299299
id: cache
300300
with:
301301
path: cache-mount

actions/helm/generate-docs/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ runs:
148148

149149
- name: Cache textlint
150150
id: cache-textlint
151-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
151+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
152152
with:
153153
path: ${{ steps.prepare-variables.outputs.textlint-cache-path }}
154154
key: ${{ runner.os }}-textlint-${{ hashFiles(steps.prepare-variables.outputs.textlint-config-path) }}
@@ -194,7 +194,7 @@ runs:
194194
195195
- name: Cache prettier
196196
id: cache-prettier
197-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
197+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
198198
with:
199199
path: ${{ steps.prepare-variables.outputs.prettier-cache-path }}
200200
key: ${{ runner.os }}-prettier

0 commit comments

Comments
 (0)