Skip to content

Commit ac0bba9

Browse files
committed
ci: bump actions/setup-python to v5
I noticed looking at recent workflow runs that there's a number of warnings where the cache has failed to save/restore. Apparently old versions of the actions cache service are now deprecated (actions/setup-python#1007). Bumping actions/setup-python to v5 should hopefully fix the caching and help speed up CI runs!
1 parent d4740a1 commit ac0bba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Poetry
3030
run: pipx install poetry==1.7.1
3131
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v4.7.1
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: "poetry"

0 commit comments

Comments
 (0)