diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2b1f78..002fa18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.4.0 + uses: actions/checkout@v3.5.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -155,7 +155,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.4.0 + uses: actions/checkout@v3.5.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 8a644cb..2ce30b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.4.0 + uses: actions/checkout@v3.5.0 with: ref: ${{ github.event.release.tag_name }}