File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ jobs:
1919 url : ${{ steps.deployment.outputs.page_url }}
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2323 with :
2424 submodules : true
25- - uses : actions/configure-pages@v5
26- - uses : actions/setup-python@v6
25+ - uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
26+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
2727 with :
2828 python-version : " 3.14"
2929 - name : Install the latest version of uv
30- uses : astral-sh/setup-uv@v7
30+ uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7
3131 - run : uv run mkslides build src/
32- - uses : actions/upload-pages-artifact@v4
32+ - uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4
3333 with :
3434 path : ./site
3535 - id : deployment
36- uses : actions/deploy-pages@v4
36+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
You can’t perform that action at this time.
0 commit comments