Skip to content

Commit

Permalink
🧪 Bump setup-python to v5 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Feb 13, 2025
1 parent 1173614 commit c1e5995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ jobs:

steps:
- name: Switch to using Python 3.11
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5
with:
python-version: 3.11

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v3 # Keep before `setup-python` for cache to work

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
cache: pip
cache-dependency-path: requirements/**
Expand Down

0 comments on commit c1e5995

Please sign in to comment.