Skip to content

Commit 2c0689d

Browse files
authored
Merge pull request #45 from DigitalCoreHub/dependabot/github_actions/actions/cache-5
🔄 Dependency Update —(deps): Bump actions/cache from 4 to 5
2 parents f7b624c + d31b8ee commit 2c0689d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tools: composer
2929

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

0 commit comments

Comments
 (0)