Skip to content

Commit

Permalink
Merge pull request #242 from prjemian/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5

Bump actions/setup-python from 1 to 5
  • Loading branch information
prjemian authored Feb 9, 2024
2 parents 76150fb + 6ae478f commit 68102ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
- uses: actions/setup-python@v5

- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
# with:
# python-version: 3.9

Expand Down

0 comments on commit 68102ed

Please sign in to comment.