Skip to content

Commit

Permalink
Merge pull request #333 from pixelit-project/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
foorschtbar authored Jan 16, 2024
2 parents bf4f2fe + 74aef60 commit e5f7d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

- name: Set up Python 🐍
uses: actions/setup-python@v4
uses: actions/setup-python@v5

- name: Download WebUI artifacts 💾
uses: actions/download-artifact@v3
Expand Down

0 comments on commit e5f7d9b

Please sign in to comment.