Skip to content

Commit

Permalink
Merge pull request #202 from phil65/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
phil65 authored Oct 9, 2024
2 parents c74b5e0 + 2a267b6 commit 3dad21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: tlambert03/setup-qt-libs@v1
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down

0 comments on commit 3dad21b

Please sign in to comment.