diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ea43a3..4b129c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 # Validate wrapper - name: Gradle Wrapper Validation @@ -123,7 +123,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 # 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 c44ea44..0cb4ffa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.3 with: ref: ${{ github.event.release.tag_name }}