Bump actions/checkout from 4 to 5

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-01 05:01:26 +00:00
committed by GitHub
parent 074917d9be
commit c92ef8bd45
4 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ jobs:
build-release: build-release:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.11"

View File

@@ -41,7 +41,7 @@ jobs:
validate-rest-api-definition: validate-rest-api-definition:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
@@ -55,7 +55,7 @@ jobs:
test-docs: test-docs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
with: with:
# make rediraffecheckdiff requires git history to compare current # make rediraffecheckdiff requires git history to compare current
# commit with the main branch and previous releases. # commit with the main branch and previous releases.

View File

@@ -32,7 +32,7 @@ jobs:
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: "20" node-version: "20"

View File

@@ -139,7 +139,7 @@ jobs:
if [ "${{ matrix.jupyverse }}" != "" ]; then if [ "${{ matrix.jupyverse }}" != "" ]; then
echo "JUPYTERHUB_SINGLEUSER_APP=jupyverse" >> $GITHUB_ENV echo "JUPYTERHUB_SINGLEUSER_APP=jupyverse" >> $GITHUB_ENV
fi fi
- uses: actions/checkout@v4 - uses: actions/checkout@v5
# NOTE: actions/setup-node@v4 make use of a cache within the GitHub base # NOTE: actions/setup-node@v4 make use of a cache within the GitHub base
# environment and setup in a fraction of a second. # environment and setup in a fraction of a second.
- name: Install Node - name: Install Node