From a5ab8e67a3f50753fe5675cc5ce019737d3ee086 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 19:16:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3.6.0 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 537f5131c..3158a2c99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: submodules: true @@ -192,7 +192,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 # Remove old release drafts by using the curl request for the available releases with a draft flag - name: Remove Old Release Drafts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5db2acfe4..2f851832b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: ref: ${{ github.event.release.tag_name }} submodules: true