From 99c1705efbfe41b73c22fa1bceaaaef3d41e68d4 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Fri, 12 Apr 2024 09:28:01 +0200 Subject: [PATCH] ci: add dependabot for actions, bump gh-pages action Signed-off-by: Stephan Renatus --- .github/dependabot.yml | 6 ++++++ .github/workflows/publish.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..253bcb7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2d86f6b..982d8e4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -27,7 +27,7 @@ jobs: - run: npm ci --ignore-scripts - run: npx typedoc - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./output