From 939c8fa408c85b563754800483b1025baa6ce161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:55:42 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/deploy-landpage.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-landpage.yml b/.github/workflows/deploy-landpage.yml index fe73d31..6bbb6d2 100644 --- a/.github/workflows/deploy-landpage.yml +++ b/.github/workflows/deploy-landpage.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Fetch Sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3dc2d94..ac63ca6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Fetch Sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: master fetch-depth: 0 @@ -188,7 +188,7 @@ jobs: large-packages: false - name: Fetch Sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ needs.prepare_release.outputs.release_branch }} @@ -229,7 +229,7 @@ jobs: steps: - name: Fetch Sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ needs.prepare_release.outputs.release_branch }} @@ -276,7 +276,7 @@ jobs: steps: - name: Fetch Sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ needs.prepare_release.outputs.release_branch }} fetch-depth: 0