Skip to content

Commit

Permalink
Fix GHA warning for nodejs 16 deprecation (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-menendez committed Mar 31, 2024
1 parent 0e4fa87 commit 3d78590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 3d78590

Please sign in to comment.