Skip to content

Commit

Permalink
checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Jan 26, 2024
1 parent d643380 commit 2bb98b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm install
- run: npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
id: Verson
with:
Expand Down

0 comments on commit 2bb98b3

Please sign in to comment.