Skip to content

Commit

Permalink
Upgrade github action to try to get rid of node version deprecation w…
Browse files Browse the repository at this point in the history
…arning
  • Loading branch information
mlandauer committed Feb 11, 2024
1 parent beca8e3 commit 829eb07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 829eb07

Please sign in to comment.