diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 0676612..c65a8bf 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Validate the Gradle Wrapper uses: gradle/wrapper-validation-action@v3.5.0 @@ -30,7 +30,7 @@ jobs: runs-on: ${{ matrix.os }}-latest steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 @@ -67,7 +67,7 @@ jobs: ) steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0 @@ -100,7 +100,7 @@ jobs: if: needs.release-and-delivery.outputs.release-status == 'released' steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive fetch-depth: 0