From 352aab62dfe9cc7d2c50d5a5cf157badf5319b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:49:51 +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/lint.yaml | 2 +- .github/workflows/publish-beta.yml | 2 +- .github/workflows/publish-main.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 84ec013..89d7ddb 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Super-Linter diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index 6066410..2bc3ffd 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -18,7 +18,7 @@ jobs: docker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Prepare diff --git a/.github/workflows/publish-main.yml b/.github/workflows/publish-main.yml index 545c49d..7a03634 100644 --- a/.github/workflows/publish-main.yml +++ b/.github/workflows/publish-main.yml @@ -18,7 +18,7 @@ jobs: app_version: ${{ steps.semvers.outputs.patch }} # set the app_version to be the PATCH updated version tag: ${{ steps.semvers.outputs.v_patch }} # set the tag to be the PATCH updated version. steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Get the current tag @@ -89,7 +89,7 @@ jobs: - version steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Merge develop -> main uses: devmasx/merge-branch@1.4.0 with: