Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Get pnpm version from Volta config
id: pnpm-version
run: echo "version=$(jq -r '.volta.pnpm' package.json)" >> $GITHUB_OUTPUT
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
Comment thread
BYK marked this conversation as resolved.
with:
version: ${{ steps.pnpm-version.outputs.version }}
- uses: actions/cache@v5
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Get pnpm version from Volta config
id: pnpm-version
run: echo "version=$(jq -r '.volta.pnpm' package.json)" >> $GITHUB_OUTPUT
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
with:
version: ${{ steps.pnpm-version.outputs.version }}
- uses: actions/cache@v5
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Get pnpm version from Volta config
id: pnpm-version
run: echo "version=$(jq -r '.volta.pnpm' package.json)" >> $GITHUB_OUTPUT
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
with:
version: ${{ steps.pnpm-version.outputs.version }}
- name: Build Docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get pnpm version from Volta config
id: pnpm-version
run: echo "version=$(jq -r '.volta.pnpm' package.json)" >> $GITHUB_OUTPUT
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
with:
version: ${{ steps.pnpm-version.outputs.version }}

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
fi

- name: Deploy Preview
uses: rossjrw/pr-preview-action@v1
uses: rossjrw/pr-preview-action@ffa7509e91a3ec8dfc2e5536c4d5c1acdf7a6de9 # v1.8.1
with:
source-dir: docs/dist/
preview-branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Get pnpm version from Volta config
id: pnpm-version
run: echo "version=$(jq -r '.volta.pnpm' package.json)" >> $GITHUB_OUTPUT
- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
with:
version: ${{ steps.pnpm-version.outputs.version }}
- uses: actions/cache@v5
Expand Down
Loading