Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored Jan 8, 2024
2 parents e0c8ff0 + c9f989a commit d08627c
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

# START PYTHON DEPENDENCIES
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ outputs:
runs:
using: composite
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
id: python-baipp
with:
python-version: ">=3.8"
Expand Down
Loading

0 comments on commit d08627c

Please sign in to comment.