diff --git a/.github/workflows/build-sign-pack-nugets.yml b/.github/workflows/build-sign-pack-nugets.yml index 596ed267..c4c2af16 100644 --- a/.github/workflows/build-sign-pack-nugets.yml +++ b/.github/workflows/build-sign-pack-nugets.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: true fetch-depth: 0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9f8d628..93097b66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: GH_TOKEN: ${{ secrets.GH_VARIABLES_PAT }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: true fetch-depth: 0 @@ -153,7 +153,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: true fetch-depth: 0 @@ -447,7 +447,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: true fetch-depth: 0 @@ -603,7 +603,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: true fetch-depth: 0 @@ -690,7 +690,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: clean: true fetch-depth: 0 diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 098854f9..fb0c8861 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get Latest Build Run ID id: get-run-id diff --git a/.github/workflows/publish-github.yml b/.github/workflows/publish-github.yml index 7c9cad45..f16055c0 100644 --- a/.github/workflows/publish-github.yml +++ b/.github/workflows/publish-github.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get Latest Build Run ID id: get-run-id diff --git a/.github/workflows/publish-nugets.yml b/.github/workflows/publish-nugets.yml index 80aed2cd..08117f41 100644 --- a/.github/workflows/publish-nugets.yml +++ b/.github/workflows/publish-nugets.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get Latest Build Run ID id: get-run-id diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index da9cefef..943b6b78 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 clean: true @@ -92,7 +92,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 clean: true @@ -142,7 +142,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 clean: true diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 2fcd6a5e..076b6e91 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 clean: true