From d845da05612276ec306d85b5321d5ad4c33f4ae6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 18:41:35 +0000 Subject: [PATCH] Update actions/checkout action to v3.5.1 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 964ef21..40fec31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest name: create release draft steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.1 with: fetch-depth: 0 @@ -46,7 +46,7 @@ jobs: # do a second checkout to prevent race situation # changelog gets updated but action works on old commit id - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.1 with: ref: master