Skip to content

Commit

Permalink
Update generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-gohri authored Oct 15, 2024
1 parent 2ca7138 commit cce9413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -37,7 +37,7 @@ jobs:
fi
- name: Use Node.js 16
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'yarn'
Expand All @@ -49,7 +49,7 @@ jobs:
run: yarn package

- name: Checkout release branch
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: release
ref: releases/v${{ env.major_version }}
Expand Down

0 comments on commit cce9413

Please sign in to comment.