Skip to content

Commit

Permalink
Merge pull request #203 from phpDocumentor/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/cache-2.1.6
  • Loading branch information
dependabot[bot] authored Jul 1, 2021
2 parents b40dfe6 + bd0f89a commit 1b70ad9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
key: ${{ env.key }}

- name: Cache extensions
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
with:
path: ${{ steps.cache-env.outputs.dir }}
key: ${{ steps.cache-env.outputs.key }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache dependencies
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -126,7 +126,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Restore/cache vendor folder
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
with:
path: vendor
key: all-build-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
# key: ${{ env.key }}
#
# - name: Cache extensions
# uses: actions/cache@v2.1.4
# uses: actions/cache@v2.1.6
# with:
# path: ${{ steps.cache-env.outputs.dir }}
# key: ${{ steps.cache-env.outputs.key }}
Expand All @@ -203,7 +203,7 @@ jobs:
# run: echo "::set-output name=dir::$(composer config cache-files-dir)"
#
# - name: Cache dependencies
# uses: actions/cache@v2.1.4
# uses: actions/cache@v2.1.6
# with:
# path: ${{ steps.composer-cache.outputs.dir }}
# key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 1b70ad9

Please sign in to comment.