From f342d066d5541a9a47ed391fa9afd669dc97b529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:20:00 +0000 Subject: [PATCH] Update actions/checkout action to v3.5.3 --- .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 23e668f..5d56969 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: CheckFiles: "launcher.py cogs/" steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 with: ref: ${{ github.head_ref }} @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 - name: Create VARS id: vars run: |