Skip to content

Commit

Permalink
Merge pull request #7621 from ampproject/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
westonruter authored Oct 11, 2023
2 parents 119f963 + 70f0990 commit 8107062
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Configure Composer cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Configure Composer cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
cache: npm

- name: Setup Jest cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.jest-cache
key: ${{ runner.os }}-jest
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Configure Composer cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -500,7 +500,7 @@ jobs:

- name: Configure Composer cache
if: needs.pre-run.outputs.changed-php-count > 0
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -674,7 +674,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Configure Composer cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -773,7 +773,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Configure Composer cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 8107062

Please sign in to comment.