From 841002fa876f71177f5d497fe6f1833df62ac532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:10:32 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 6 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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/main-tag.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-tag.yml b/.github/workflows/main-tag.yml index 6d03a01..ee6e69f 100644 --- a/.github/workflows/main-tag.yml +++ b/.github/workflows/main-tag.yml @@ -15,7 +15,7 @@ jobs: run: echo ::set-output name=tag::${GITHUB_REF:10} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: ref: ${{ steps.vars.outputs.tag }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fe49cd..807774d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: run: echo ::set-output name=tag::latest - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 # with: # ref: ${{ steps.vars.outputs.tag }}