diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 889da8d4..ef550995 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@v3.5.3 # 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@v3.5.3 # Setup Java 11 environment for the next steps - name: Setup Java @@ -97,7 +97,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.5.3 # Setup Java 11 environment for the next steps - name: Setup Java @@ -146,7 +146,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.5.3 - name: Install gh cli run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3aeb1788..0b404870 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch Sources - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.5.3 with: ref: ${{ github.event.release.tag_name }} @@ -36,7 +36,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.5.3 with: ref: ${{ github.event.release.tag_name }}