Skip to content

Commit 639fb48

Browse files
authored
Update actions in the PyPI release workflow (#267)
1 parent 4075837 commit 639fb48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-to-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v2.2.2
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

2121
- name: Install poetry
2222
run: curl -sSL https://install.python-poetry.org | python3 -
2323

2424
- name: Set up cache
25-
uses: actions/cache@v2.1.6
25+
uses: actions/cache@v4
2626
with:
2727
path: .venv
2828
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)