We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33cb2f5 commit d0d882dCopy full SHA for d0d882d
1 file changed
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v6
21
22
- name: Caching for Turborepo
23
- uses: rharkor/caching-for-turbo@v2
+ uses: rharkor/caching-for-turbo@v2.3.11
24
25
- name: Install pnpm
26
uses: pnpm/action-setup@v4
@@ -45,7 +45,7 @@ jobs:
45
cp -r apps/vue/dist/* dist
46
47
- name: Deploy to GitHub Pages
48
- uses: JamesIves/github-pages-deploy-action@v4
+ uses: JamesIves/github-pages-deploy-action@v4.8.0
49
with:
50
branch: gh-pages
51
folder: dist
0 commit comments