From 79724d8261147cf899c1da29611faab2342f8914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:53:42 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autotag.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index 9002665..9718d2c 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -11,7 +11,7 @@ jobs: tag-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Lint diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0e027b4..61c2eb1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: jazzsequence/github-action-validator@v1 - name: Lint run: shellcheck bin/*.sh \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d3ef33..307d814 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest name: Test Validation Level steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Validate Plugin Version (Patch - Fail) diff --git a/action.yml b/action.yml index f66cf0b..e0e25ab 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ inputs: runs: using: composite steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Debug Action Environment shell: bash run: |