From ed7db396b3d3f172a1110a2b19d556bc53d5b7c8 Mon Sep 17 00:00:00 2001 From: tvasiuk-socotra Date: Wed, 18 Mar 2026 15:50:29 +0100 Subject: [PATCH] chore: fix deprecated GitHub Actions syntax (set-output, node20 actions) --- .github/workflows/liquid.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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