Skip to content

Commit

Permalink
ci(actions): update
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Oct 23, 2024
1 parent ee1e1f7 commit eaff599
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Set up Ruby 2.6
- name: Set up Ruby 3.2.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2
bundler-cache: true

- name: Install 🔧
Expand Down

0 comments on commit eaff599

Please sign in to comment.