From 409842346c66b792b802fca14ef4af6302a83fc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:31:49 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 --- .github/workflows/release-draft.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index c5c253d1..3f403b16 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -27,7 +27,7 @@ jobs: timeout-minutes: 15 steps: - run: echo "Creating Linux draft release for tag ${{ inputs.tag_name }}" - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: ref: ${{ inputs.tag_name }} fetch-depth: 0 # https://github.com/actions/checkout/issues/1471 @@ -94,7 +94,7 @@ jobs: with: node-version: 18 - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: ref: ${{ inputs.tag_name }} fetch-depth: 0 # https://github.com/actions/checkout/issues/1471 @@ -113,7 +113,7 @@ jobs: APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }} steps: - run: echo "Creating Mac release for tag ${{ inputs.tag_name }}" - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: ref: ${{ inputs.tag_name }} fetch-depth: 0 # https://github.com/actions/checkout/issues/1471 @@ -137,7 +137,7 @@ jobs: APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }} steps: - run: echo "Creating Mac release for tag ${{ inputs.tag_name }}" - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: ref: ${{ inputs.tag_name }} fetch-depth: 0 # https://github.com/actions/checkout/issues/1471