From f95b3c8c5a7c787560c3036f271b907ffd43e710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:39:38 +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/bad-commit-message-blocker.yml | 2 +- .github/workflows/test-action.yml | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bad-commit-message-blocker.yml b/.github/workflows/bad-commit-message-blocker.yml index b793f9a..bbea556 100644 --- a/.github/workflows/bad-commit-message-blocker.yml +++ b/.github/workflows/bad-commit-message-blocker.yml @@ -70,7 +70,7 @@ jobs: shell: bash # Ref:https://joe.gl/ombek/blog/pr-gitlint/ - name: Check out src from Git - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: steps.commits.outputs.number ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 33ef307..659f84d 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -130,7 +130,7 @@ jobs: git+https://github.com/ansible-collections/ansible.netcommon.git steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .tmp-action-checkout/ diff --git a/action.yml b/action.yml index 5ae4c53..c0c1391 100644 --- a/action.yml +++ b/action.yml @@ -430,7 +430,7 @@ runs: - name: Check out the collection if: >- !inputs.collection-src-directory - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: .tmp-ansible-collection-checkout persist-credentials: false