Skip to content

Commit 1e5d009

Browse files
committed
chore: Upgrade dependencies for pages workflow
1 parent 8639c3f commit 1e5d009

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pages.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Set up Helm
19-
uses: azure/setup-helm@v3
19+
uses: azure/setup-helm@v4
2020
with:
21-
version: v3.13.3
21+
version: v3.17.0
2222

2323
- name: Create Helm index
2424
run: |
@@ -27,7 +27,7 @@ jobs:
2727
helm repo index ./gh-pages --url https://es6kr.github.io/nginx-cert-issuers
2828
2929
- name: Deploy to GitHub Pages
30-
uses: peaceiris/actions-gh-pages@v3
30+
uses: peaceiris/actions-gh-pages@v4
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: ./gh-pages

0 commit comments

Comments
 (0)