Skip to content

Commit

Permalink
[TASK] Update deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bnf committed Oct 17, 2024
1 parent 32754a3 commit 0b7084a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- id: checkout
name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- id: setup_mysql
name: Set up MySQL ${{ matrix.mysql }}
Expand All @@ -50,7 +50,7 @@ jobs:
- id: composer-cache-dependencies
name: Cache Composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache-vars.outputs.dir }}
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.typo3 }}-${{ steps.composer-cache-vars.outputs.timestamp }}
Expand Down

0 comments on commit 0b7084a

Please sign in to comment.