Skip to content

Commit

Permalink
Merge pull request elbakramer#49 from elbakramer/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/cache-2.1.7

Bump actions/cache from 2.1.6 to 2.1.7
  • Loading branch information
elbakramer authored Dec 15, 2021
2 parents 6037964 + 226a9ad commit 2e3d917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
echo "::set-output name=dir::$(poetry config cache-dir)"
- name: Restore cache
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ${{ steps.poetry-cache.outputs.dir }}
key: ${{ runner.os }}-poetry-py${{ steps.setup-python.outputs.python-version }}-${{ matrix.architecture }}-${{ hashFiles('poetry.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
echo "::set-output name=dir::$(poetry config cache-dir)"
- name: Restore cache
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ${{ steps.poetry-cache.outputs.dir }}
key: ${{ runner.os }}-poetry-py${{ steps.setup-python.outputs.python-version }}-x64-${{ hashFiles('poetry.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
echo "::set-output name=dir::$(poetry config cache-dir)"
- name: Restore cache
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ${{ steps.poetry-cache.outputs.dir }}
key: ${{ runner.os }}-poetry-py${{ steps.setup-python.outputs.python-version }}-x64-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit 2e3d917

Please sign in to comment.