Skip to content

Commit

Permalink
Merge pull request #1370 from burnash/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5
  • Loading branch information
dependabot[bot] authored Dec 16, 2023
2 parents 5e541a2 + abfd206 commit c3b61d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.x"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- run: pip install -U pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Setup tox
Expand Down

0 comments on commit c3b61d0

Please sign in to comment.