Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 5, 2024
1 parent 69ff8c6 commit 796527f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4.0.0

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2

- name: Download Fern
run: npm install -g fern-api
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4.0.0

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2

- name: Download Fern
run: npm install -g fern-api
Expand Down

0 comments on commit 796527f

Please sign in to comment.