Skip to content

Commit

Permalink
Update rails.yml
Browse files Browse the repository at this point in the history
Bumping actions to nodejs v20
  • Loading branch information
anantshri authored Oct 14, 2024
1 parent e76cba8 commit e4bc81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
Expand All @@ -20,7 +20,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential libpq-dev nodejs \
libsqlite3-dev default-libmysqlclient-dev libxml2-dev
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-v2-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit e4bc81c

Please sign in to comment.