summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-08 16:47:10 +0000
committerGitHub <noreply@github.com>2024-04-08 16:47:10 +0000
commitdafa0589cb45b9f1630c7c9ffba78468d5ecef05 (patch)
tree03c46bba5a127e6c0501497b983a3831332c0283 /.github
parentafd663213ce22a2749d1faa75c25f0ad14896204 (diff)
downloadMeta-Launcher-dafa0589cb45b9f1630c7c9ffba78468d5ecef05.tar.gz
Meta-Launcher-dafa0589cb45b9f1630c7c9ffba78468d5ecef05.zip
Update peaceiris/actions-gh-pages action to v4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 28ca5f1ef..e43cf2eae 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
cp .github/CNAME _site/CNAME
- name: Deploy
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
with:
publish_dir: ./_site
github_token: ${{ secrets.GITHUB_TOKEN }}