diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d400133..be41f357 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - windows-latest runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 - uses: actions/setup-java@v3 with: @@ -54,7 +54,7 @@ jobs: steps: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 # Setup Java 11 environment for the next steps - name: Setup Java @@ -138,7 +138,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.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 802f5f35..676192c8 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.5.2 + uses: actions/checkout@v3.5.3 with: ref: ${{ github.event.release.tag_name }}