We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65dd786 commit ee52d3cCopy full SHA for ee52d3c
1 file changed
examples/modern-js-deploy-csr/.github/workflows/gh-pages-deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Install Pnpm
21
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
22
23
- name: Setup Node.js
24
uses: actions/setup-node@v3
@@ -35,7 +35,7 @@ jobs:
35
MODERNJS_DEPLOY: ghPages
36
37
- name: Deploy to GitHub Pages
38
- uses: JamesIves/github-pages-deploy-action@v4
+ uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4
39
with:
40
folder: .output
41
branch: gh-pages
0 commit comments