File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 47
47
# Steps represent a sequence of tasks that will be executed as part of the job
48
48
steps :
49
49
# 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
51
51
52
52
# remove the Python version from the file for testing
53
53
- name : strip hardcoded Python version from environment for testing
Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ jobs:
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
- name : Setup Pages
34
- uses : actions/configure-pages@v5
34
+ uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
35
35
- name : Package files
36
36
run : |
37
37
mkdir public && \
38
38
cp slides/html/workshop.slides.html public/index.html;
39
39
- name : Upload artifact
40
- uses : actions/upload-pages-artifact@v3
40
+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
41
41
with :
42
42
path : public
43
43
- name : Deploy to GitHub Pages
44
44
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