Skip to content

Commit c676c42

Browse files
dragoneeclaude
andcommitted
fix: update GitHub Actions to use actions/cache@v4 and actions/checkout@v4
Updates deprecated actions/cache@v2 and actions/checkout@v2 to v4 to avoid workflow interruptions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2ad4799 commit c676c42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
deploy:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
17-
- uses: actions/cache@v2
16+
- uses: actions/checkout@v4
17+
- uses: actions/cache@v4
1818
with:
1919
path: /tmp/composer-cache
2020
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)