From 7eec480ba65693b3deae3e8b8621590b839e308f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 08:43:14 +0000 Subject: [PATCH] Update actions/checkout action to v2.4.2 --- .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 e6b09a7..74627f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest name: create release draft steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.2 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: # do a second checkout to prevent race situation # changelog gets updated but action works on old commit id - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.2 with: ref: main