From 4a4b8091ed1f8f10be2ca6b4c58c1c7565b2db47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:08:04 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 in the dependencies group Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/git-commit-data-action.yml | 6 +++--- .github/workflows/linter.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/git-commit-data-action.yml b/.github/workflows/git-commit-data-action.yml index be60a05..c6a812a 100644 --- a/.github/workflows/git-commit-data-action.yml +++ b/.github/workflows/git-commit-data-action.yml @@ -9,7 +9,7 @@ jobs: script-testing: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # Need to download all history in order # to make the tests work properly @@ -27,7 +27,7 @@ jobs: - macos-latest - windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ - name: Output run: | @@ -60,7 +60,7 @@ jobs: concurrency: group: release-${{ github.ref }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b8d0e22..281e1cc 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -15,7 +15,7 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: # Full git history is needed to get a proper # list of changed files within `super-linter`