Skip to content

Commit

Permalink
relax action range
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Sep 8, 2022
1 parent 22b8536 commit 0a0b895
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2

- name: Setup Node.js
uses: actions/setup-node@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2

- name: Setup Node.js
uses: actions/setup-node@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2

- name: Setup Node.js
uses: actions/setup-node@main
Expand Down

0 comments on commit 0a0b895

Please sign in to comment.