From 60f85644955928f13e956c7f4215b43953952bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Sun, 29 Oct 2023 18:12:12 +0100 Subject: [PATCH] Update checkout action --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07d34ec..4371c90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 with: @@ -45,7 +45,7 @@ jobs: TARGET_DB: ${{ matrix.database }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 with: