Skip to content

Commit

Permalink
Merge pull request #309 from sa-tre/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
manics authored Jan 3, 2024
2 parents a498b0f + fae57e4 commit 46c5b1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]

build:
Expand All @@ -19,7 +19,7 @@ jobs:
working-directory: ./docs/
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
Expand Down

0 comments on commit 46c5b1e

Please sign in to comment.