From f252127cb0777a4652d1e97160b7981da78d4cbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:07:34 +0000 Subject: [PATCH] Update actions/checkout action to v3.5.3 --- .github/workflows/draft_release.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft_release.yaml b/.github/workflows/draft_release.yaml index 8a91adb..5646adf 100644 --- a/.github/workflows/draft_release.yaml +++ b/.github/workflows/draft_release.yaml @@ -27,7 +27,7 @@ jobs: changelog: ${{ steps.properties.outputs.changelog }} steps: - name: Fetch Sources - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.5.3 - name: Setup Java uses: actions/setup-java@v3.5.1 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 851d2ab..c208365 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: distribution: temurin java-version: 19 - name: Fetch Sources - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.5.3 with: ref: ${{ github.event.release.tag_name }} - name: Patch Changelog