File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ jobs:
6969 steps :
7070 - name : Checkout
7171 # https://github.com/actions/checkout
72- uses : actions/checkout@v4
72+ uses : actions/checkout@v6.0.2
7373 with :
7474 # The full history, required to compute lastUpdatedAt
7575 fetch-depth : 0
7676
7777 - name : Use Nodejs
7878 # https://github.com/actions/setup-node
79- uses : actions/setup-node@v4
79+ uses : actions/setup-node@v6.2.0
8080 with :
8181 # Node LTS version.
8282 node-version : 20
@@ -89,18 +89,18 @@ jobs:
8989
9090 - name : Setup Pages
9191 # https://github.com/actions/configure-pages
92- uses : actions/configure-pages@v5
92+ uses : actions/configure-pages@v5.0.0
9393
9494 - name : Upload Pages artifact
9595 # https://github.com/actions/upload-pages-artifact
96- uses : actions/upload-pages-artifact@v3
96+ uses : actions/upload-pages-artifact@v4.0.0
9797 with :
9898 # Upload entire repository
9999 path : ' ./website/build'
100100
101101 - name : Deploy to GitHub Pages
102102 id : deployment # referred by environment above, to get the URL.
103103 # https://github.com/actions/deploy-pages
104- uses : actions/deploy-pages@v4
104+ uses : actions/deploy-pages@v4.0.5
105105 with :
106106 artifact_name : github-pages
You can’t perform that action at this time.
0 commit comments