Skip to content

Commit

Permalink
Fix the Node v16 deprecation by updating actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored and shioyama committed Mar 26, 2024
1 parent ab2d99e commit f73cd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Update packages
run: sudo apt-get update
- name: Install Sqlite
Expand All @@ -176,7 +176,7 @@ jobs:
run: sudo apt-get install libpq-dev postgresql-client -y
if: matrix.database == 'postgres'
- id: cache-bundler
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ matrix.ruby }}-${{ matrix.orm.name }}-${{ matrix.orm.version }}-${{ matrix.feature }}-${{ hashFiles('mobility.gemspec') }}-${{ hashFiles('Gemfile') }}
Expand Down

0 comments on commit f73cd20

Please sign in to comment.