diff --git a/.github/workflows/liquid.yml b/.github/workflows/liquid.yml index 63d966621..74fd38b45 100644 --- a/.github/workflows/liquid.yml +++ b/.github/workflows/liquid.yml @@ -17,7 +17,7 @@ jobs: - { ruby: ruby-head, allowed-failure: true } name: Test Ruby ${{ matrix.entry.ruby }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.entry.ruby }} @@ -29,7 +29,7 @@ jobs: memory_profile: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: bundler-cache: true