Skip to content

Commit 4ab9029

Browse files
Bump actions/cache from 4 to 5 (#35)
1 parent 5baea9d commit 4ab9029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/refresh-listing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2929

3030
- name: Cache Composer Dependencies
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: ${{ steps.composer-cache.outputs.dir }}
3434
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)