diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b144d80f..af3fdc9d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: steps: - name: checkout-code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -28,7 +28,7 @@ jobs: steps: # checkout the code - name: checkout-code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ace4142b..197582cd 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,7 +12,7 @@ jobs: steps: # checkout the code - name: checkout-code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # setup dotnet based on global.json @@ -31,7 +31,7 @@ jobs: steps: # checkout the code - name: checkout-code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # setup dotnet based on global.json diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a5f7fe96..41b88506 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: steps: # checkout the code - name: checkout-code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # setup dotnet based on global.json diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 05cfd592..29a9e5d0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: steps: # checkout the code - name: checkout-code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: steps: # checkout the code - name: checkout-code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0