Skip to content

Commit

Permalink
CI: upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Feb 1, 2024
1 parent f87b643 commit edd282c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npm run all

Expand All @@ -27,7 +27,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: test with testFolder
uses: ./
with:
Expand Down

0 comments on commit edd282c

Please sign in to comment.