Skip to content

Commit

Permalink
gha: setup-python@v2 -> @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pappasam committed Nov 8, 2024
1 parent e8ff352 commit c0858e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup, Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Select Python 3.12
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.12
architecture: x64
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup, Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Select Python 3.12
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.12
architecture: x64
Expand Down

0 comments on commit c0858e8

Please sign in to comment.