From 37f3c36c8406aeacc1e332d1fc478d1247374627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:34:55 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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/linter-analysis.yaml | 8 ++++---- .github/workflows/semvar.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linter-analysis.yaml b/.github/workflows/linter-analysis.yaml index 07f6ac1..d40f87c 100644 --- a/.github/workflows/linter-analysis.yaml +++ b/.github/workflows/linter-analysis.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Run Hadolint Action uses: jbergstroem/hadolint-gh-action@v1.11.0 @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 # .shellcheckrc is read from the current dir - name: Copy Config to Parent Level Directory @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Cache Plugin Directory uses: actions/cache@v3 @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v5 # The latest ansible/ansible-lint-action removed the # ability to specify configs from other dirs diff --git a/.github/workflows/semvar.yml b/.github/workflows/semvar.yml index 29c90a7..3f4bc37 100644 --- a/.github/workflows/semvar.yml +++ b/.github/workflows/semvar.yml @@ -11,7 +11,7 @@ jobs: # Also update the latest tag. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - uses: haya14busa/action-update-semver@v1 - name: Create latest git tag run: |