Skip to content

Commit

Permalink
Upgrade workflow actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanholek committed May 16, 2024
1 parent bef36f5 commit 9722fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:

steps:
- name: Check out project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -89,7 +89,7 @@ jobs:
echo py=$(python -c'import sys; print("%d.%d" % sys.version_info[:2])')
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-py${{ steps.pip-cache.outputs.py }}-${{ hashFiles('setup.cfg') }}
Expand Down

0 comments on commit 9722fb7

Please sign in to comment.