Skip to content

Commit

Permalink
Merge pull request jupyterhub#2606 from jupyterhub/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/setup-python-3

build(deps): bump actions/setup-python from 2 to 3
  • Loading branch information
consideRatio authored Mar 1, 2022
2 parents 7bca899 + 908953c commit 029b795
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# correctly
fetch-depth: 0

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: "3.8"

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3

- name: Install dependencies
run: pip install pre-commit
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: "3.8"

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: "3.8"

Expand Down Expand Up @@ -206,9 +206,9 @@ jobs:
traefik-enabled: false
docker-enabled: true

# NOTE: actions/setup-python@v2 make use of a cache within the GitHub base
# NOTE: actions/setup-python@v3 make use of a cache within the GitHub base
# environment and setup in a fraction of a second.
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: "3.8"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# correctly
fetch-depth: 0

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: "3.8"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# chartpress, used by docs/conf.py, requires git history to set
# chart version and image tags correctly
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: "3.8"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vuln-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# correctly
fetch-depth: 0

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: "3.8"

Expand Down

0 comments on commit 029b795

Please sign in to comment.