Skip to content

Commit 8b3007c

Browse files
Bump actions/cache from 5.0.1 to 5.0.3 (#28)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93808fd commit 8b3007c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

4242
- name: Cache dependencies
43-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
43+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4444
with:
4545
path: ${{ steps.composer-cache.outputs.dir }}
4646
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)