Skip to content

Commit

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

Bump actions/setup-python from 2 to 3
  • Loading branch information
mathbunnyru authored Feb 28, 2022
2 parents 5a67b4e + 6b5fe64 commit 83e2ba0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
path: main

- name: Set Up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
path: main

- name: Set Up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: main

- name: Set Up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2

- name: Set Up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: "3.9"

Expand Down

0 comments on commit 83e2ba0

Please sign in to comment.