From 056e5cd6cc44e9ecbc12dc9a94a4990c463b7f9d Mon Sep 17 00:00:00 2001 From: Marty Byrde <45905689+Marty-Byrde@users.noreply.github.com> Date: Mon, 24 Feb 2025 12:50:24 +0100 Subject: [PATCH] ref: updated github-pages action versions Changed the version of the checkout, upload-pages-artifact and deploy-pages to version 4 --- .github/workflows/publish-documentation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index 80a1ed5..adf549b 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node 21 uses: actions/setup-node@v4 @@ -35,10 +35,10 @@ jobs: - name: Upload Documentation to GitHub Pages id: "upload-documentation" - uses: "actions/upload-pages-artifact@v2" + uses: "actions/upload-pages-artifact@v4" with: path: "docs/" - name: Deploy Documentation to GitHub Pages id: "deployment" - uses: "actions/deploy-pages@v2" \ No newline at end of file + uses: "actions/deploy-pages@v4"