Skip to content

Commit

Permalink
chore(deps): update actions/cache digest to 88522ab
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 14, 2023
1 parent b28d96c commit d224fd7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
working-directory: api

- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
working-directory: api

- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
working-directory: api

- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -126,7 +126,7 @@ jobs:
with:
node-version: '18.15.0'

- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
with:
node-version: '18.15.0'

- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
working-directory: api

- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
working-directory: api

- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -308,7 +308,7 @@ jobs:
with:
node-version: '18.15.0'

- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
with:
node-version: '18.15.0'

- uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
cache-to: type=gha,scope=${{ matrix.browser }}-print,mode=max

- name: Restore cache volumes (npm, composer)
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: .cache
key: docker-compose-${{ hashFiles('frontend/package-lock.json', 'print/package-lock.json', 'api/composer.lock') }}-${{ matrix.browser }}
Expand Down

0 comments on commit d224fd7

Please sign in to comment.