Skip to content

Commit

Permalink
Update push_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanRaj1608 authored Nov 2, 2023
1 parent c1a28c8 commit 9049306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: "actions/checkout@master"
uses: "actions/checkout@main"

- name: Set Node.js
uses: actions/setup-node@v1
Expand All @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: "actions/checkout@master"
uses: "actions/checkout@main"

- name: Set Node.js
uses: actions/setup-node@v1
Expand Down

0 comments on commit 9049306

Please sign in to comment.