File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2424
2525 - name : Set up Node
26- uses : actions/setup-node@v4
26+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2727 with :
2828 node-version : " 20"
2929 cache : " npm"
3535 run : npm run build-storybook --output-dir storybook-static
3636
3737 - name : Upload Pages artifact
38- uses : actions/upload-pages-artifact@v3
38+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
3939 with :
4040 path : ./storybook-static
4141
4848 steps :
4949 - name : Deploy to GitHub Pages
5050 id : deployment
51- uses : actions/deploy-pages@v4
51+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
You can’t perform that action at this time.
0 commit comments