diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a88062..9c03fd1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Validate wrapper - name: Gradle Wrapper Validation @@ -102,7 +102,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up Java environment for the next steps - name: Setup Java @@ -155,7 +155,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up Java environment for the next steps - name: Setup Java @@ -186,7 +186,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up Java environment for the next steps - name: Setup Java @@ -233,7 +233,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up Java environment for the next steps - name: Setup Java diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85c4909..f1b06af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 3ce00d6..4790a51 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@v6 + uses: actions/checkout@v7 # Set up Java environment for the next steps - name: Setup Java