diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 05f06cb..116e005 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -24,7 +24,7 @@ jobs: needs: lint runs-on: ubuntu-latest env: - HUGO_VERSION: 0.124.0 + HUGO_VERSION: 0.126.1 steps: - name: Checkout repo uses: actions/checkout@v4 @@ -53,7 +53,7 @@ jobs: id-token: write steps: - name: Configure Deployment - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Deploy id: deployment uses: actions/deploy-pages@v4