Skip to content

Commit 5e5ab9e

Browse files
Updating action versions
Signed-off-by: Steve Springett <[email protected]>
1 parent ade585a commit 5e5ab9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-and-deploy-website.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
url: https://scvs.owasp.org
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- name: Setup Python
3535
uses: actions/setup-python@v4
3636
with:
3737
python-version: '3.9'
3838
- name: Setup Node
39-
uses: actions/setup-node@v3
39+
uses: actions/setup-node@v4
4040
with:
4141
node-version: 14
4242
- name: Run build script
@@ -48,11 +48,11 @@ jobs:
4848
- name: List generated files
4949
run: ls -al site/dist/
5050
- name: Setup Pages
51-
uses: actions/configure-pages@v2
51+
uses: actions/configure-pages@v5
5252
- name: Upload artifact
53-
uses: actions/upload-pages-artifact@v1
53+
uses: actions/upload-pages-artifact@v3
5454
with:
5555
path: 'site/dist/'
5656
- name: Deploy to GitHub Pages
5757
id: deployment
58-
uses: actions/deploy-pages@v1
58+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)