From 829eb07cf11c2bebcf992bb9f8b6c1e7c4a8ed73 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Sun, 11 Feb 2024 22:18:39 +0000 Subject: [PATCH] Upgrade github action to try to get rid of node version deprecation warning --- .github/workflows/rubyonrails.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 5be1996c2..5d66f6ce9 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -38,7 +38,7 @@ jobs: DATABASE_URL: "postgis://postgres:postgres@localhost:5432/rails_test" steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: '14' @@ -80,7 +80,7 @@ jobs: DATABASE_URL: "postgis://postgres:postgres@localhost:5432/rails_test" steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Ruby and gems uses: ruby/setup-ruby@v1 with: @@ -96,7 +96,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Ruby and gems uses: ruby/setup-ruby@v1 with: