diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9da350..4de133b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: BUNDLE_GEMFILE: ${{ matrix.gemfile }} DB: ${{ matrix.db }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: