From 086dffd58f01e80bebff0c971b64f7cccf74bccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:09:47 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d3f422f..65e528ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6.0.2 # cache the ASDF directory, using the values from .tool-versions - name: ASDF cache uses: actions/cache@v5 @@ -44,7 +44,7 @@ jobs: options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 needs: asdf steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6.0.2 - name: ASDF cache uses: actions/cache@v5 with: