Skip to content

Commit 56588ff

Browse files
authored
Merge pull request #148 from jupyterhub/dependabot/github_actions/actions/setup-python-3
Bump actions/setup-python from 2 to 3
2 parents b36f9aa + 80a8952 commit 56588ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-20.04
2828
steps:
2929
- uses: actions/checkout@v2
30-
- uses: actions/setup-python@v2
30+
- uses: actions/setup-python@v3
3131
with:
3232
python-version: "3.9"
3333

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
# chartpress requires the full history
5050
fetch-depth: 0
5151

52-
# NOTE: actions/setup-python@v2 make use of a cache within the GitHub base
52+
# NOTE: actions/setup-python@v3 make use of a cache within the GitHub base
5353
# environment and setup in a fraction of a second.
54-
- uses: actions/setup-python@v2
54+
- uses: actions/setup-python@v3
5555
with:
5656
python-version: "${{ matrix.python }}"
5757

0 commit comments

Comments
 (0)