Skip to content

Commit b5c9603

Browse files
authored
Merge pull request #69 from BoatraceOpenAPI/dependabot/github_actions/actions/cache-4.3.0
deps(deps): bump actions/cache from 4.2.4 to 4.3.0
2 parents 2e519b1 + 15bc016 commit b5c9603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

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

3535
- name: Cache Composer dependencies
36-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
36+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
3737
with:
3838
path: ${{ steps.composer-cache.outputs.dir }}
3939
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)