File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4747 # Steps represent a sequence of tasks that will be executed as part of the job
4848 steps :
4949 # checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151
5252 # remove the Python version from the file for testing
5353 - name : strip hardcoded Python version from environment for testing
Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333 - name : Setup Pages
34- uses : actions/configure-pages@v5
34+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
3535 - name : Package files
3636 run : |
3737 mkdir public && \
3838 cp slides/html/workshop.slides.html public/index.html;
3939 - name : Upload artifact
40- uses : actions/upload-pages-artifact@v3
40+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
4141 with :
4242 path : public
4343 - name : Deploy to GitHub Pages
4444 id : deployment
45- uses : actions/deploy-pages@v4
45+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
You can’t perform that action at this time.
0 commit comments