From 0bec2bf9a1ebeeae54c0cca14e73efe93f4b1a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:31:30 +0000 Subject: [PATCH] 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] --- .github/workflows/check-release.yml | 2 +- .github/workflows/license-header.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index 9fe526b..ecf3d1f 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -19,7 +19,7 @@ jobs: node-version: ["14.x"] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Base Setup uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - name: Install Dependencies diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index 9e7f02e..7a51d14 100644 --- a/.github/workflows/license-header.yml +++ b/.github/workflows/license-header.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 84c155f..ede7201 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: name: pre-commit runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 - uses: pre-commit/action@v3.0.1 with: @@ -40,7 +40,7 @@ jobs: shell: bash -l {0} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install mamba uses: mamba-org/setup-micromamba@v2 with: