Skip to content

Commit 7a9f507

Browse files
chore(deps): update actions/cache digest to 55cc834 (#299)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) ([changelog](https://redirect.github.com/actions/cache/compare/2c8a9bd7457de244a408f35966fab2fb45fda9c8..55cc8345863c7cc4c66a329aec7e433d2d1c52a9)) | action | digest | `2c8a9bd` → `55cc834` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/32) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/deviantintegral/har). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb7960e commit 7a9f507

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
4848

4949
- name: Cache dependencies
50-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
50+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
5151
with:
5252
path: ${{ steps.composer-cache.outputs.dir }}
5353
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
3737

3838
- name: Cache dependencies
39-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
39+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -89,7 +89,7 @@ jobs:
8989
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
9090

9191
- name: Cache dependencies
92-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
92+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
9393
with:
9494
path: ${{ steps.composer-cache.outputs.dir }}
9595
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -120,7 +120,7 @@ jobs:
120120
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
121121

122122
- name: Cache dependencies
123-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
123+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
124124
with:
125125
path: ${{ steps.composer-cache.outputs.dir }}
126126
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -153,7 +153,7 @@ jobs:
153153
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
154154

155155
- name: Cache dependencies
156-
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
156+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
157157
with:
158158
path: ${{ steps.composer-cache.outputs.dir }}
159159
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)