diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5083948..bb0fb3d 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@v2.3.4 + uses: actions/checkout@v4.2.2 # Validate wrapper - name: Gradle Wrapper Validation @@ -48,7 +48,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 # Cache Gradle dependencies - name: Setup Gradle Dependencies Cache @@ -94,7 +94,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 # Cache Gradle Dependencies - name: Setup Gradle Dependencies Cache @@ -151,7 +151,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 # 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 d50dc9a..a780b18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.release.tag_name }} @@ -50,7 +50,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.event.release.tag_name }}