Skip to content

Commit

Permalink
Merge pull request #11 from flother/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-3

Bump actions/setup-python from 2.3.2 to 3
  • Loading branch information
flother authored Mar 21, 2022
2 parents dca0dfe + 59d0d99 commit deda39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- run: pip install mkdocs-material
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Set up Python 3.9"
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Install dependencies
Expand Down

0 comments on commit deda39f

Please sign in to comment.