From 1548775518ceaf5e9609c4104b0a2ee80db8162c Mon Sep 17 00:00:00 2001 From: "bootc-actions-token[bot]" <225049296+bootc-actions-token[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 15:08:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3d41ff..e977e84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build and deploy uses: shalzz/zola-deploy-action@v0.21.0 env: @@ -32,7 +32,7 @@ jobs: if: github.ref != 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install and build if: github.event.action != 'closed' uses: shalzz/zola-deploy-action@v0.21.0