Skip to content

Commit

Permalink
Merge pull request #134 from BITNP/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
YDX-2147483647 authored Aug 1, 2024
2 parents a4a6e65 + 14a0dee commit 4e7f73b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "BIN_DIR=$(pipx environment -v PIPX_BIN_DIR)" >> $GITHUB_OUTPUT
echo "LOCAL_VENVS=$(pipx environment -v PIPX_LOCAL_VENVS)" >> $GITHUB_OUTPUT
- name: Cache poetry
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ runner.os }}-pipx@${{ steps.pipx-env.outputs.VERSION }}[email protected]
path: |
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
echo "HEAD=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
echo "MERGE_BASE=$(git merge-base HEAD origin/main)" >> $GITHUB_OUTPUT
- name: Cache mypy
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: mypy-cache-${{ steps.git-rev.outputs.HEAD }}
restore-keys: |
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
echo "BIN_DIR=$(pipx environment -v PIPX_BIN_DIR)" >> $GITHUB_OUTPUT
echo "LOCAL_VENVS=$(pipx environment -v PIPX_LOCAL_VENVS)" >> $GITHUB_OUTPUT
- name: Cache poetry
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ runner.os }}-pipx@${{ steps.pipx-env.outputs.VERSION }}[email protected]
path: |
Expand All @@ -120,7 +120,7 @@ jobs:
poetry config virtualenvs.in-project true
echo 'PYTHON = "./.venv/bin/python"' > .env
- name: Cache python dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: |
venv-without-dev-${{ runner.os }}[email protected]@1.8.1-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit 4e7f73b

Please sign in to comment.