Skip to content

Commit

Permalink
Merge pull request #111 from schireson/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5

chore(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
DanCardin authored Apr 1, 2024
2 parents b19fbb6 + 15c3aea commit 8e38e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Run image
Expand Down

0 comments on commit 8e38e10

Please sign in to comment.