File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3333 - name : Build the site in the jekyll/builder container
3434 run : |
3535 docker run -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future --trace"
3636 - name : Upload artifact
37- uses : actions/upload-pages-artifact@v3
37+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
3838 with :
3939 path : ' _site/'
4040 - name : Deploy to GitHub Pages
4141 id : deployment
42- uses : actions/deploy-pages@v4
42+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
You can’t perform that action at this time.
0 commit comments