Skip to content

Commit b1f9016

Browse files
Merge pull request #11 from code16/dependabot/github_actions/actions/cache-6.1.0
ci: bump actions/cache from 5.0.5 to 6.1.0
2 parents 1298741 + 5ab871f commit b1f9016

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
6262
- name: Cache composer dependencies
6363
if: ${{ inputs.install-composer-dependencies }}
64-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
64+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
6565
with:
6666
path: ${{ steps.composer-cache.outputs.dir }}
6767
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock', '**/composer.json') }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
id: composer-cache
9393
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
9494
- name: Cache composer dependencies
95-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
95+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
9696
with:
9797
path: ${{ steps.composer-cache.outputs.dir }}
9898
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock', '**/composer.json') }}

0 commit comments

Comments
 (0)