Skip to content

Commit

Permalink
Merge pull request #211 from jodal/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
jodal committed Dec 7, 2023
2 parents c0185cc + 7cf4d59 commit 5deb939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Cache pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: python -m pip install poetry==1.5.1 tox==4.5.2
Expand Down

0 comments on commit 5deb939

Please sign in to comment.