File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v2
20
20
21
21
- name : Set up Terraform
22
-
22
+ uses : hashicorp/setup-terraform@3d8debd658c92063839bc97da5c2427100420dec # v1.3.2
23
23
24
24
- name : Validate configuration
25
25
run : |
@@ -85,10 +85,10 @@ jobs:
85
85
86
86
steps :
87
87
- name : Checkout
88
- uses : actions/checkout@v2
88
+ uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
89
89
90
90
- name : Set up Python 3.8
91
-
91
+ uses : actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # v2.3.1
92
92
with :
93
93
python-version : 3.8
94
94
@@ -103,7 +103,7 @@ jobs:
103
103
touch _build/html/.nojekyll
104
104
105
105
- name : Deploy to GitHub Pages
106
-
106
+ uses : JamesIves/github-pages-deploy-action@b36f842fa378d7cbf6695fcac86ecdcef3af8af3 # v4.2.3
107
107
with :
108
108
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
109
109
BRANCH : gh-pages # The branch the action should deploy to.
You can’t perform that action at this time.
0 commit comments