diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a262e1..2f85980 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v4.1.7 # Validate wrapper - name: Gradle Wrapper Validation @@ -46,7 +46,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v4.1.7 # Setup Java 11 environment for the next steps - name: Setup Java @@ -96,7 +96,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v4.1.7 # Setup Java 11 environment for the next steps - name: Setup Java @@ -145,7 +145,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v4.1.7 - name: Install gh cli run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf44de6..6427740 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch Sources - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v4.1.7 with: ref: ${{ github.event.release.tag_name }} @@ -41,7 +41,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v4.1.7 with: ref: ${{ github.event.release.tag_name }}