We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd971d commit 3d6b52eCopy full SHA for 3d6b52e
4 files changed
.github/workflows/gh-pages.yml
@@ -21,6 +21,6 @@ jobs:
21
npm run build-storybook
22
23
- name: Deploy 🚀
24
- uses: JamesIves/github-pages-deploy-action@v4
+ uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
25
with:
26
folder: storybook-static
.github/workflows/size.yml
@@ -13,6 +13,6 @@ jobs:
13
node-version: "22"
14
cache: "npm"
15
- run: npm ci
16
- - uses: andresz1/size-limit-action@v1
+ - uses: andresz1/size-limit-action@f7a56ece616db5bddde81de219695c920a8ae137 # v1
17
18
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments