Skip to content

Commit 93389b0

Browse files
chore(deps): update actions/cache digest to 8b402f5 (#257)
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/9255dc7a253b0ccc959486e2bca901246202afeb..8b402f58fbc84540c8b491a91e594a4576fec3d7)) | action | digest | `9255dc7` → `8b402f5` | --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9731e9d commit 93389b0

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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
50+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
39+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
92+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
123+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5
156+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
157157
with:
158158
path: ${{ steps.composer-cache.outputs.dir }}
159159
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)