Skip to content

Commit

Permalink
Merge pull request #131 from Norsk-Programmering/renovate/actions-set…
Browse files Browse the repository at this point in the history
…up-python-5.x

Update actions/setup-python action to v5
  • Loading branch information
Roxedus authored Jun 21, 2024
2 parents ab3045a + f3df491 commit 87eaf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Set up Python 3.10
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.1.0
with:
python-version: "3.10"

Expand Down

0 comments on commit 87eaf3e

Please sign in to comment.