From 4e9f6c31301e66d04d183c61b4f45f7acf892ba7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 May 2022 11:51:30 +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