Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup pnpm
uses: pnpm/action-setup@994d756a33d64d79175a2d721a1a1b6976958b2d
uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387
with:
run_install: false
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
git merge --no-ff -Xtheirs -m 'skip: merge (${{ github.sha }}) [skip release]' ${{ github.sha }}
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Setup pnpm
uses: pnpm/action-setup@994d756a33d64d79175a2d721a1a1b6976958b2d
uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387
with:
run_install: false
- name: Setup Node.js
Expand Down
Loading