Skip to content

Commit

Permalink
Merge pull request #99 from entelecheia/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
entelecheia authored Dec 6, 2023
2 parents 0b8e028 + 330dab5 commit aa88d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.9

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit aa88d12

Please sign in to comment.