From 28c718e1a0c14ed79b8380769f6aeac6740fc2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 02:23:24 +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/dotnetcore.yml | 2 +- .github/workflows/eshoponweb-cicd.yml | 2 +- .github/workflows/richnav.yml | 2 +- .github/workflows/sample-ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index d7bf977..7c2bf62 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup .NET uses: actions/setup-dotnet@v4 with: diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index dbe93de..c57c61e 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: #checkout the repository - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 #prepare runner for desired .net version SDK - name: Setup .NET uses: actions/setup-dotnet@v4 diff --git a/.github/workflows/richnav.yml b/.github/workflows/richnav.yml index ba6c3e8..4ab1692 100644 --- a/.github/workflows/richnav.yml +++ b/.github/workflows/richnav.yml @@ -8,7 +8,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: diff --git a/.github/workflows/sample-ci.yml b/.github/workflows/sample-ci.yml index c3822ce..8de3f92 100644 --- a/.github/workflows/sample-ci.yml +++ b/.github/workflows/sample-ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: #checkout the repository - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 #prepare runner for desired .net version SDK - name: Setup .NET uses: actions/setup-dotnet@v4