Skip to content

Commit

Permalink
Merge pull request #131 from nicmart/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.2.3

github-actions(deps): Bump actions/cache from 3.2.2 to 3.2.3
  • Loading branch information
localheinz committed Jan 26, 2023
2 parents f753029 + 52d1b93 commit d4f1fee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v3.2.2"
uses: "actions/cache@v3.2.3"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v3.2.2"
uses: "actions/cache@v3.2.3"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand All @@ -115,7 +115,7 @@ jobs:
run: "mkdir -p .build/php-cs-fixer"

- name: "Cache cache directory for friendsofphp/php-cs-fixer"
uses: "actions/cache@v3.2.2"
uses: "actions/cache@v3.2.3"
with:
path: ".build/php-cs-fixer"
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ hashFiles('composer.lock') }}"
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v3.2.2"
uses: "actions/cache@v3.2.3"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0"

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

0 comments on commit d4f1fee

Please sign in to comment.