Skip to content

Commit

Permalink
chore: Updated Python setup action to version v5 (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
jainmohit2001 authored Oct 15, 2024
1 parent d59ecf1 commit 0a4e87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.version }}

Expand Down

0 comments on commit 0a4e87d

Please sign in to comment.