From 24e69827db905557d646eb986a4d883b89b75152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:07:06 +0000 Subject: [PATCH] Build(deps): Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pythonpackage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 99407db9f2..cfc9dc256f 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -27,7 +27,7 @@ jobs: commit_message: ${{ steps.get_commit_message.outputs.commit_message }} steps: - name: Get repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - name: Print head git commit message @@ -46,7 +46,7 @@ jobs: if: "!contains(needs.check_if_skip.outputs.commit_message, '[skip ci]')" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Display Python version @@ -79,7 +79,7 @@ jobs: INSTALL_TYPE: ${{ matrix.install }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: matrix.install == 'repo' || matrix.install == 'editable' - name: Fetch packages uses: actions/download-artifact@v3 @@ -116,5 +116,5 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: pipx run flake8 smriprep