From db54cb22672b34a2dc303815bb553edc084feb6b Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Thu, 31 Aug 2023 06:56:15 +0100 Subject: [PATCH] [CI] Updates actions/checkout version in GitHub Actions --- .github/workflows/license.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index d7357e56..93965259 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: 3 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 390dad04..4233f4c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: ruby: [ '2.7', '3.0', '3.1', '3.2', 'jruby-9.3', 'jruby-9.4' ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Increase system limits run: | sudo swapoff -a