Skip to content

Commit

Permalink
Merge pull request #486 from ergebnis/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-3.0.8

github-actions(deps): bump actions/cache from 3.0.7 to 3.0.8
  • Loading branch information
ergebnis-bot committed Aug 22, 2022
2 parents 3a6232f + b8c32a2 commit cc0e141
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
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.5.1"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v3.0.7"
uses: "actions/cache@v3.0.8"
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.5.1"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v3.0.7"
uses: "actions/cache@v3.0.8"
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.7"
uses: "actions/cache@v3.0.8"
with:
path: ".build/php-cs-fixer"
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.sha }}"
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.5.1"

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

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

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

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v3.0.7"
uses: "actions/cache@v3.0.8"
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
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.5.1"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v3.0.7"
uses: "actions/cache@v3.0.8"
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.7"
uses: "actions/cache@v3.0.8"
with:
path: ".build/php-cs-fixer"
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.sha }}"
Expand Down

0 comments on commit cc0e141

Please sign in to comment.