From a39739abcfbd5ca9fa1a237b5ebbb524b643c000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:02:00 +0000 Subject: [PATCH] chore(deps): 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/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 054ddcd..0ac7adf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest # Utilizes the latest Ubuntu runner for job execution. steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # This step checks out the repository code, making it available for the workflow. - name: Install Dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7240ba5..e5563c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest # Utilizes the latest Ubuntu runner for job execution. steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # This step checks out the repository code, making it available for the workflow. - name: Install Dependencies