From f0fccb6e83d7bcb15e921c4444fa8916d73c5512 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sat, 18 Nov 2023 15:19:12 -0800 Subject: [PATCH] Update checkout to v4 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d636f00..23e61d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get short SHA run: echo "SHORT_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download artifacts uses: actions/download-artifact@v3