diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f99aa2fa..57f9ad5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -134,7 +134,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 # Remove old release drafts by using the curl request for the available releases with draft flag - name: Remove Old Release Drafts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 941c5426..98522526 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.4.0 with: ref: ${{ github.event.release.tag_name }}