Skip to content

Commit

Permalink
chore: update github action
Browse files Browse the repository at this point in the history
so it uses Node.js 20, as version 16 is getting deprecated.
  • Loading branch information
rarruda committed Mar 12, 2024
1 parent 6328d73 commit 6dc32bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs:
- lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 6dc32bd

Please sign in to comment.