Skip to content

Commit

Permalink
Update core.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Dec 11, 2024
1 parent 6692544 commit d1c559f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
env:
INVOKE_IS_CI_CD: 1
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Upgrade pip
Expand All @@ -101,7 +101,7 @@ jobs:
run: |
echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info[:3]))")
- name: Set up cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('poetry.lock') }}
Expand Down

0 comments on commit d1c559f

Please sign in to comment.