Skip to content

Commit cbef88a

Browse files
authored
Merge pull request #160 from jupyterhub/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents ae9236b + 0284020 commit cbef88a

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

0 commit comments

Comments
 (0)