diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da3618f..f09fd07 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.3.4 + uses: actions/checkout@v3.2.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -46,7 +46,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 # Setup Java 11 environment for the next steps - name: Setup Java @@ -103,7 +103,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 # Setup Java 11 environment for the next steps - name: Setup Java @@ -152,7 +152,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 # 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 b023e60..b336e5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 0cfff3f..7b5bce8 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -33,7 +33,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 # Setup Java 11 environment for the next steps - name: Setup Java diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 848d1d5..c697b65 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -19,7 +19,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 # Cleanup project - name: Cleanup