Skip to content

Commit a11b8cc

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump the github-actions-dependencies group across 2 directories with 2 updates
Bumps the github-actions-dependencies group with 1 update in the / directory: [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish). Bumps the github-actions-dependencies group with 1 update in the /actions/dependencies-cache directory: [actions/cache](https://github.com/actions/cache). Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml` from 0.17.3 to 0.18.0 - [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases) - [Commits](hoverkraft-tech/ci-github-publish@55f6193...44e0f1b) Updates `actions/cache` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...a783357) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/cache dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 52bab1d commit a11b8cc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/__main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
release:
3636
needs: ci
3737
if: github.event_name != 'schedule'
38-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@55f6193fb7a9eaab81f5db18aa0c3400971d87b3 # 0.17.3
38+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@44e0f1bacebf3711bf90895fc45d815e9fe582e8 # 0.18.0
3939
permissions:
4040
contents: read
4141
with:

actions/dependencies-cache/action.yml

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

5252
- name: ♻️ NX cache
5353
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).nx == true
54-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
54+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
5555
with:
5656
path: ${{ inputs.working-directory }}/node_modules/.cache/nx
5757
key: ${{ runner.os }}-cache-nx-${{ github.sha }}
@@ -60,7 +60,7 @@ runs:
6060
6161
- name: ♻️ Prettier cache
6262
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).prettier == true
63-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
63+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
6464
with:
6565
path: ${{ inputs.working-directory }}/node_modules/.cache/prettier
6666
key: ${{ runner.os }}-cache-prettier-${{ github.sha }}
@@ -69,7 +69,7 @@ runs:
6969
7070
- name: ♻️ Docusaurus cache
7171
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).docusaurus == true
72-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
72+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
7373
with:
7474
path: |
7575
${{ inputs.working-directory }}/.docusaurus
@@ -80,7 +80,7 @@ runs:
8080
8181
- name: ♻️ Vitest cache
8282
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).vitest == true
83-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
83+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
8484
with:
8585
path: ${{ inputs.working-directory }}/node_modules/.vite/vitest
8686
key: ${{ runner.os }}-cache-vitest-${{ github.sha }}
@@ -89,7 +89,7 @@ runs:
8989
9090
- name: ♻️ Astro cache
9191
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).astro == true
92-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
92+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
9393
with:
9494
path: ${{ inputs.working-directory }}/node_modules/.astro
9595
key: ${{ runner.os }}-cache-astro-${{ github.sha }}
@@ -98,7 +98,7 @@ runs:
9898
9999
- name: ♻️ Gatsby cache
100100
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).gatsby == true
101-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
101+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
102102
with:
103103
path: |
104104
${{ inputs.working-directory }}/.cache
@@ -109,7 +109,7 @@ runs:
109109
110110
- name: ♻️ Storybook cache
111111
if: fromJson(steps.has-installed-dependencies.outputs.installed-dependencies).storybook == true
112-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
112+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
113113
with:
114114
path: ${{ inputs.working-directory }}/node_modules/.cache/storybook
115115
key: ${{ runner.os }}-cache-storybook-${{ github.sha }}
@@ -196,7 +196,7 @@ runs:
196196

197197
- name: ♻️ Test cache
198198
if: steps.jest-cache-dir-path.outputs.dir
199-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
199+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
200200
with:
201201
path: ${{ steps.jest-cache-dir-path.outputs.dir }}
202202
key: ${{ runner.os }}-test-${{ github.sha }}

0 commit comments

Comments
 (0)