Skip to content

Commit

Permalink
Merge pull request #13 from ergebnis/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.2.0

github-actions(deps): Bump actions/cache from 3.0.11 to 3.2.0
  • Loading branch information
ergebnis-bot committed Dec 22, 2022
2 parents 5ac6464 + b2f8965 commit 3198d0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/integrate.yaml
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.0.11"
uses: "actions/cache@v3.2.0"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0"

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

- name: "Cache cache directory for friendsofphp/php-cs-fixer"
uses: "actions/cache@v3.0.11"
uses: "actions/cache@v3.2.0"
with:
path: ".build/php-cs-fixer"
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}"
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0"

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

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

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

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v3.0.11"
uses: "actions/cache@v3.2.0"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renew.yaml
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.0.11"
uses: "actions/cache@v3.2.0"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand All @@ -58,7 +58,7 @@ jobs:
run: "mkdir -p .build/php-cs-fixer"

- name: "Cache cache directory for friendsofphp/php-cs-fixer"
uses: "actions/cache@v3.0.11"
uses: "actions/cache@v3.2.0"
with:
path: ".build/php-cs-fixer"
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}"
Expand Down

0 comments on commit 3198d0d

Please sign in to comment.