Skip to content

Commit

Permalink
Merge pull request #121 from teapot-php/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4.0.1

github-actions(deps): bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
localheinz committed Mar 11, 2024
2 parents 6467471 + fd44c8f commit d9559ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yaml
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.0"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.0.0"
uses: "actions/cache@v4.0.1"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand All @@ -55,7 +55,7 @@ jobs:
run: "composer normalize --ansi --dry-run"

- name: "Cache cache directory for friendsofphp/php-cs-fixer"
uses: "actions/cache@v4.0.0"
uses: "actions/cache@v4.0.1"
with:
path: ".build/php-cs-fixer"
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}"
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.0"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.0.0"
uses: "actions/cache@v4.0.1"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand Down

0 comments on commit d9559ef

Please sign in to comment.