Skip to content

Commit f2bfd90

Browse files
authored
update GHA versions
1 parent 3440219 commit f2bfd90

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
workflow_dispatch:
77

88
permissions:
9+
actions: read
910
contents: read
1011
pages: write
1112
id-token: write
@@ -23,21 +24,21 @@ jobs:
2324
runs-on: ubuntu-latest
2425
steps:
2526
- name: Checkout
26-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2728

2829
- name: Generate statics
29-
uses: purajit/YASS@v2.0
30+
uses: purajit/YASS@v2.1
3031
with:
3132
yass-config-path: yass_config_prod.json
3233

3334
- name: Setup Pages
34-
uses: actions/configure-pages@v3
35+
uses: actions/configure-pages@v5
3536

3637
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v1
38+
uses: actions/upload-pages-artifact@v3
3839
with:
3940
path: 'docs/'
4041

4142
- name: Deploy
4243
id: deployment
43-
uses: actions/deploy-pages@v1
44+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)