Skip to content

Commit

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

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
consideRatio authored Jan 3, 2024
2 parents 81d5194 + c43f6bd commit 9a5fbea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

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

# NOTE: actions/setup-python@v4 make use of a cache within the GitHub base
# NOTE: actions/setup-python@v5 make use of a cache within the GitHub base
# environment and setup in a fraction of a second.
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python }}"

Expand Down

0 comments on commit 9a5fbea

Please sign in to comment.