From a8c0f1bbfa6ce6deb03e0e52d3698efe6e224cfa Mon Sep 17 00:00:00 2001 From: jultty Date: Fri, 20 Mar 2026 23:46:22 -0300 Subject: [PATCH] Bump actions/checkout to v6 --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2693d7b..4334e1f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -6,7 +6,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: build_and_deploy uses: shalzz/zola-deploy-action@v0.19.2 env: