Skip to content

Commit

Permalink
Update more GHA action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 3, 2024
1 parent c1cc198 commit d676fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: "${{ matrix.python-version }}"

- name: Pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('setup.py') }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
python-version: "${{ env.default_python || '3.12' }}"

- name: Pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.toxenv }}-${{ hashFiles('tox.ini') }}
Expand Down

0 comments on commit d676fee

Please sign in to comment.