Skip to content

Commit

Permalink
GH Workflow: Update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Shreeevatsa N <[email protected]>
  • Loading branch information
vatsa287 committed Feb 20, 2024
1 parent 2b2dda3 commit 8b90915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-prepublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'dhiway/cord.js'"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pr-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Check-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1


# Build --- TODO: add yarn build:docs once this succeeds
Expand Down

0 comments on commit 8b90915

Please sign in to comment.