Skip to content

Commit 70a1611

Browse files
chore(deps): pin dependencies (#2)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 620683d commit 70a1611

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pages.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ jobs:
2121
build:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525
with:
2626
fetch-depth: 0
27-
- uses: actions/setup-node@v4
27+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2828
with:
2929
node-version: 22
3030
cache: npm
3131

32-
- uses: actions/configure-pages@v4
32+
- uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4
3333

3434
- run: npm ci
3535
- run: npm run build
3636

37-
- uses: rossjrw/pr-preview-action@v1
37+
- uses: rossjrw/pr-preview-action@9f77b1d057b494e662c50b8ca40ecc63f21e0887 # v1
3838
if: ${{ github.event_name == 'pull_request' }}
3939
with:
4040
source-dir: .vitepress/dist
4141

42-
- uses: JamesIves/github-pages-deploy-action@v4
42+
- uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4
4343
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' }}
4444
with:
4545
folder: .vitepress/dist

0 commit comments

Comments
 (0)