Skip to content

Commit

Permalink
Use latest versions of checkout and setup-node actions (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Mar 26, 2024
1 parent 63ffd93 commit c62ef97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x

Expand Down

0 comments on commit c62ef97

Please sign in to comment.