Skip to content

Commit

Permalink
Upgrade GitHub Actions workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rovellipaolo committed Oct 31, 2023
1 parent 06ee577 commit 7dfc10d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "18"
- name: Install
run: |
make install-checkstyle
Expand Down

0 comments on commit 7dfc10d

Please sign in to comment.