Skip to content

Commit

Permalink
Update checkout step (#305)
Browse files Browse the repository at this point in the history
* Update checkout to v4
  • Loading branch information
NasAmin authored Apr 19, 2024
1 parent 8f3ab2c commit d34de96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os: [windows-latest, ubuntu-latest]
steps:
- name: Get Source Code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Restore Dependencies
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write
steps:
- name: Get Source Code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Passing Tests
id: passing-tests
uses: ./
Expand Down

0 comments on commit d34de96

Please sign in to comment.