From 57b6a4c3ebf603c1cfde0df09e50119e1dacd62b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 08:46:02 +0000 Subject: [PATCH] Build(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/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfde9b2..ebe916d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: name: RuboCop runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Clone the sibling seams gem (Gemfile uses path source) run: git clone --depth 1 https://github.com/Davidslv/seams.git ../seams - uses: ruby/setup-ruby@v1 @@ -32,7 +32,7 @@ jobs: name: Security (brakeman + bundle-audit) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Clone the sibling seams gem (Gemfile uses path source) run: git clone --depth 1 https://github.com/Davidslv/seams.git ../seams - uses: ruby/setup-ruby@v1 @@ -52,7 +52,7 @@ jobs: outputs: engines: ${{ steps.set.outputs.engines }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - id: set run: | if [ -d engines ]; then @@ -91,7 +91,7 @@ jobs: PGUSER: "postgres" PGPASSWORD: "postgres" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Clone the sibling seams gem (Gemfile uses path source) run: git clone --depth 1 https://github.com/Davidslv/seams.git ../seams - uses: ruby/setup-ruby@v1 @@ -121,7 +121,7 @@ jobs: PGUSER: "postgres" PGPASSWORD: "postgres" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Clone the sibling seams gem (Gemfile uses path source) run: git clone --depth 1 https://github.com/Davidslv/seams.git ../seams - uses: ruby/setup-ruby@v1