From a0de4bc8c0a2182010b8cf8f0446e805c4fe6f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 20:51:42 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- .github/workflows/main.yaml | 4 ++-- .github/workflows/publish.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d4bd5061..b144d80f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: steps: - name: checkout-code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -28,7 +28,7 @@ jobs: steps: # checkout the code - name: checkout-code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f9899cc5..58dcd3f4 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@v4 + uses: actions/checkout@v5 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # setup dotnet based on global.json diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8821447b..a5f7fe96 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # setup dotnet based on global.json diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 04f90333..05cfd592 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: steps: # checkout the code - name: checkout-code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0