Skip to content

Commit

Permalink
Merge pull request #1810 from jupyterhub/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-5

chore(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
consideRatio committed Jan 3, 2024
2 parents 64856e4 + 1fc8fb6 commit 1afa654
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
traefik-enabled: false
docker-enabled: true

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# chartpress requires the full history
fetch-depth: 0

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

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
with:
# Versioneer requires past tags
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install pypa/build
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 @@ -36,7 +36,7 @@ jobs:
# correctly
fetch-depth: 0

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
npm install
npm run webpack
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
id: setup-python
with:
python-version: "3.11"
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
path: ~/.npm
key: node-${{ steps.setup-node.outputs.node-version }}-${{ hashFiles('**/package.json') }}-${{ github.job }}

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

0 comments on commit 1afa654

Please sign in to comment.