Skip to content

Commit

Permalink
Upgrade to v3 actions to eliminate Node v12 deprecation warning and e…
Browse files Browse the repository at this point in the history
…nsure jobs run going forward
  • Loading branch information
petergoldstein authored and shioyama committed Mar 20, 2024
1 parent 7953183 commit dc55fa6
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@v2
uses: actions/checkout@v3
- 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@v2
uses: actions/cache@v3
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 dc55fa6

Please sign in to comment.