From 7e99432bd137269a88d4d030d179cf205f171112 Mon Sep 17 00:00:00 2001 From: Ghouse Mohamed Date: Mon, 4 Apr 2022 03:57:24 +0530 Subject: [PATCH] Bumped actions/checkout to v3 --- .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 bc4fb0a2..6ba69473 100644 --- a/.github/workflows/liquid.yml +++ b/.github/workflows/liquid.yml @@ -11,7 +11,7 @@ jobs: - { ruby: ruby-head, allowed-failure: true } name: test (${{ matrix.entry.ruby }}) steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.entry.ruby }} @@ -26,7 +26,7 @@ jobs: memory_profile: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7