Skip to content

Commit

Permalink
Merge pull request #234 from DSD-DBS/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
MoritzWeber0 authored Feb 22, 2024
2 parents 01373ea + 18e9ec1 commit 5d91e1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install pre-commit
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v5
with:
cache: pip
cache-dependency-path: ./pyproject.toml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install mkdocs-material
Expand Down

0 comments on commit 5d91e1d

Please sign in to comment.