From 0a95220a76cf6b495fb59e3033feffc15c1a2022 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:54:39 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.7 --- .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 c969bc1..f65fe4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: CheckFiles: "launcher.py cogs/" steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 with: ref: ${{ github.head_ref }} @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - name: Create VARS id: vars run: |