Skip to content

Commit 7e26003

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 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f12c586 commit 7e26003

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

actions/dependencies-cache/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929

3030
- name: ♻️ NX cache
3131
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
32-
uses: actions/[email protected].1
32+
uses: actions/[email protected].2
3333
with:
3434
path: node_modules/.cache/nx
3535
key: ${{ runner.os }}-cache-nx-${{ github.sha }}
@@ -38,7 +38,7 @@ runs:
3838
3939
- name: ♻️ Prettier cache
4040
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
41-
uses: actions/[email protected].1
41+
uses: actions/[email protected].2
4242
with:
4343
path: node_modules/.cache/prettier
4444
key: ${{ runner.os }}-cache-prettier-${{ github.sha }}
@@ -47,7 +47,7 @@ runs:
4747
4848
- name: ♻️ Gatsby cache
4949
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
50-
uses: actions/[email protected].1
50+
uses: actions/[email protected].2
5151
with:
5252
path: |
5353
.cache
@@ -58,7 +58,7 @@ runs:
5858
5959
- name: ♻️ Storybook cache
6060
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
61-
uses: actions/[email protected].1
61+
uses: actions/[email protected].2
6262
with:
6363
path: node_modules/.cache/storybook
6464
key: ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -75,7 +75,7 @@ runs:
7575
7676
- name: ♻️ Test cache
7777
if: steps.jest-cache-dir-path.outputs.dir
78-
uses: actions/[email protected].1
78+
uses: actions/[email protected].2
7979
with:
8080
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
8181
key: ${{ runner.os }}-test-${{ github.sha }}

0 commit comments

Comments
 (0)