From 7c41e6de89b64198f20ce065a421bd66826d7277 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 19:31:21 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/build-and-publish-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-web.yml b/.github/workflows/build-and-publish-web.yml index 88a0fe9..338a4ad 100644 --- a/.github/workflows/build-and-publish-web.yml +++ b/.github/workflows/build-and-publish-web.yml @@ -19,7 +19,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Build application - name: Test and Build