ci: update actions to v4 due to node16 deprecation

This commit is contained in:
Larzous 2024-02-14 22:46:28 -05:00
parent d094b6e04e
commit 8c382b6221

View file

@ -11,7 +11,7 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
npm install
- run: |
@ -19,7 +19,7 @@ jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Basic Content Test
uses: ./
with: