Skip to content

Commit 003452f

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump actions/cache
Bumps the github-actions-dependencies group with 1 update in the /actions/dependencies-cache directory: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 575833c commit 003452f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

actions/dependencies-cache/action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757

5858
- name: ♻️ NX cache
5959
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
60-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
60+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6161
with:
6262
path: ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.cache/nx
6363
key: ${{ runner.os }}-cache-nx-${{ github.sha }}
@@ -66,7 +66,7 @@ runs:
6666
6767
- name: ♻️ Prettier cache
6868
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
69-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
69+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7070
with:
7171
path: ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.cache/prettier
7272
key: ${{ runner.os }}-cache-prettier-${{ github.sha }}
@@ -75,7 +75,7 @@ runs:
7575
7676
- name: ♻️ Docusaurus cache
7777
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).docusaurus == true
78-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
78+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7979
with:
8080
path: |
8181
${{ steps.working-directory.outputs.workspace-relative-path }}/.docusaurus
@@ -86,7 +86,7 @@ runs:
8686
8787
- name: ♻️ Vitest cache
8888
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).vitest == true
89-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
89+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9090
with:
9191
path: ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.vite/vitest
9292
key: ${{ runner.os }}-cache-vitest-${{ github.sha }}
@@ -95,7 +95,7 @@ runs:
9595
9696
- name: ♻️ Astro cache
9797
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).astro == true
98-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
98+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9999
with:
100100
path: ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.astro
101101
key: ${{ runner.os }}-cache-astro-${{ github.sha }}
@@ -104,7 +104,7 @@ runs:
104104
105105
- name: ♻️ Gatsby cache
106106
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
107-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
107+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
108108
with:
109109
path: |
110110
${{ steps.working-directory.outputs.workspace-relative-path }}/.cache
@@ -115,7 +115,7 @@ runs:
115115
116116
- name: ♻️ Storybook cache
117117
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
118-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
118+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
119119
with:
120120
path: ${{ steps.working-directory.outputs.workspace-relative-path }}/node_modules/.cache/storybook
121121
key: ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -191,7 +191,7 @@ runs:
191191

192192
- name: ♻️ Test cache
193193
if: steps.jest-cache-dir-path.outputs.dir
194-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
194+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
195195
with:
196196
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
197197
key: ${{ runner.os }}-test-${{ github.sha }}

0 commit comments

Comments
 (0)