From f40b95a70a3f8a20617f501606e09638768bcb65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:41:06 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/activerecord.yml | 2 +- .github/workflows/mongoid.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/activerecord.yml b/.github/workflows/activerecord.yml index 0e0bf764..26a7386a 100644 --- a/.github/workflows/activerecord.yml +++ b/.github/workflows/activerecord.yml @@ -21,7 +21,7 @@ jobs: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile ADAPTER: active_record steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: sudo apt-get install -y libsqlite3-dev - name: Setup ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/mongoid.yml b/.github/workflows/mongoid.yml index 654666e8..665c02d8 100644 --- a/.github/workflows/mongoid.yml +++ b/.github/workflows/mongoid.yml @@ -17,7 +17,7 @@ jobs: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile ADAPTER: mongoid steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: sudo apt-get install -y libsqlite3-dev - name: Setup ruby uses: ruby/setup-ruby@v1