Skip to content

Commit

Permalink
Merge pull request #184 from dealroom/repo-sync/core-mothership/default
Browse files Browse the repository at this point in the history
🔄 synced file(s) with dealroom/core-mothership
  • Loading branch information
dealroomba authored Oct 7, 2024
2 parents 2bea146 + db56d95 commit f848886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
php-version: ${{ inputs.php-version }}
extensions: ${{ inputs.extensions }}
key: ${{ inputs.key }}
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand All @@ -43,7 +43,7 @@ runs:
- id: composer-cache
shell: bash
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit f848886

Please sign in to comment.