Skip to content

Commit

Permalink
Merge pull request #266 from brotkrueml/update-actions
Browse files Browse the repository at this point in the history
[TASK] Update workflow actions
  • Loading branch information
christianbltr authored Dec 20, 2024
2 parents e354e86 + ab9df0b commit 4443b4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
typo3-versions: '^12'
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup PHP version
Expand All @@ -41,9 +41,9 @@ jobs:
- name: Get Composer Cache Directory
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache composer dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 4443b4f

Please sign in to comment.