From 2b1be3c42c56e28d54d4618b092adef456999ab4 Mon Sep 17 00:00:00 2001 From: chipzoller Date: Fri, 13 Sep 2024 17:40:02 -0400 Subject: [PATCH] bumps in CI test Signed-off-by: chipzoller --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6012b942..dd655748 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,12 +9,12 @@ jobs: matrix: hugo-version: - 'latest' - - '0.95.0' + - '0.128.0' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: ${{ matrix.hugo-version }} extended: true