Skip to content

Commit

Permalink
Merge pull request #109 from SukiCZ/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5.3.0

Bump actions/setup-python from 5.2.0 to 5.3.0
  • Loading branch information
SukiCZ authored Oct 30, 2024
2 parents 944bab9 + 07f9037 commit 4576a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.11'

Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.11'

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit 4576a97

Please sign in to comment.