Skip to content

Commit

Permalink
Merge pull request #287 from deNBI/deps/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update actions/setup-python action to v5
  • Loading branch information
dweinholz authored Dec 22, 2023
2 parents 0a12610 + 6682ed3 commit 0bdd487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- uses: actions/[email protected]
Expand Down

0 comments on commit 0bdd487

Please sign in to comment.