From b2ff47a9f24666660a08b7f476ccbef4519e5e32 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 28 Jun 2024 20:40:59 -0500 Subject: [PATCH] bump action versions --- .github/workflows/deploy-preview.yml | 4 ++-- .github/workflows/deploy-prod.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3d7560b..370f6b5 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -22,9 +22,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Hugo setup - uses: peaceiris/actions-hugo@v2.6.0 + uses: peaceiris/actions-hugo@v3.0.0 with: - hugo-version: '0.121.1' + hugo-version: '0.127.0' extended: true - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index d2929fa..5001cf6 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -24,9 +24,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Hugo setup - uses: peaceiris/actions-hugo@v2.6.0 + uses: peaceiris/actions-hugo@v3.0.0 with: - hugo-version: '0.121.1' + hugo-version: '0.127.0' extended: true - name: Checkout uses: actions/checkout@v4