Skip to content

Commit

Permalink
Update CI action modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Aug 31, 2024
1 parent 9055350 commit 95d24eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
steps:
# Checkout and setup
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
submodules: recursive
- name: Setup
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
# Install and build
Expand Down

0 comments on commit 95d24eb

Please sign in to comment.