From b71d6bb1a5f2523f8f1b6caea12d8dfbd13f0f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:17:53 +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/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dac12c..763514e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: golangci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: '0' - uses: actions/setup-go@v5 @@ -21,7 +21,7 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: '0' - uses: actions/setup-go@v5 @@ -44,7 +44,7 @@ jobs: outputs: new_tag: ${{ steps.tag_action.outputs.new_tag }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: '0' - name: Bump version and push tag @@ -71,7 +71,7 @@ jobs: - goarch: "386" goos: darwin steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: '0' ## build tailwind assets @@ -127,7 +127,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: '0' - name: Set up QEMU @@ -165,7 +165,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Check out the repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: '0' submodules: true