From 204231a015997bd00ee8e45f4d3047abac6195a4 Mon Sep 17 00:00:00 2001 From: Padraic Slattery Date: Mon, 26 Jan 2026 13:10:37 +0100 Subject: [PATCH] chore: Update outdated GitHub Actions versions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc8957b35..b5843c4f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,10 +12,10 @@ jobs: id-token: write steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Setup NodeJS - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 18 registry-url: 'https://registry.npmjs.org' @@ -31,7 +31,7 @@ jobs: markdown-style-theme: light - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }} github_token: ${{ secrets.GITHUB_TOKEN }}