Skip to content

Commit

Permalink
build(deps): Bump actions/setup-python from 4 to 5 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Holzinger <robin.holzinger@tum.de>
  • Loading branch information
dependabot[bot] and robinholzi authored Jan 1, 2024
1 parent a99b6f7 commit fc5ffd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: add micromamba to GITHUB_PATH
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"
- name: Install Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run pre-commit checks
Expand Down

0 comments on commit fc5ffd9

Please sign in to comment.