Skip to content

Commit

Permalink
testing worflows
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed May 22, 2023
1 parent 8ec7bfc commit 4526cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache NPM Install
id: cache-npm
uses: actions/cache@v2
Expand All @@ -28,7 +28,7 @@ jobs:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Load NPM install
id: cache-npm
uses: actions/cache@v2
Expand Down

0 comments on commit 4526cf8

Please sign in to comment.