From c364f8c17305ff28ea571dcb28efb75b5339b884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:46:59 +0000 Subject: [PATCH] chore(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 6.0.2 - [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/v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/indexer-image.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/indexer-image.yml b/.github/workflows/indexer-image.yml index 6d33417..cb63018 100644 --- a/.github/workflows/indexer-image.yml +++ b/.github/workflows/indexer-image.yml @@ -22,7 +22,7 @@ jobs: name: build indexer image runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - name: Set image name run: echo "IMAGE_NAME=ghcr.io/${GITHUB_REPOSITORY,,}-indexer" >> "$GITHUB_ENV" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa465f7..1120f3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: run: working-directory: client steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6 with: node-version: lts/* @@ -30,7 +30,7 @@ jobs: run: working-directory: server steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6 with: node-version: lts/* @@ -49,7 +49,7 @@ jobs: run: working-directory: indexer steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6 with: node-version: lts/*