Skip to content

Commit

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

Bump actions/setup-python from 5.0.0 to 5.1.0
  • Loading branch information
SukiCZ authored Mar 27, 2024
2 parents 82d74bf + 501d69c commit 107fcb3
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.0.0
uses: actions/setup-python@v5.1.0
with:
python-version: '3.11'

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

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

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

0 comments on commit 107fcb3

Please sign in to comment.