Skip to content

Commit

Permalink
Merge pull request #91 from shapeshifter/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-5

chore(deps): Bump actions/setup-python from 4 to 5
  • Loading branch information
MartenMeijboom98 authored Feb 25, 2025
2 parents f4ae4af + 68a21f8 commit 4f973dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # checkout branch history required to update
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # checkout branch history required to update
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v4
Expand Down

0 comments on commit 4f973dc

Please sign in to comment.