From 37c25c76a33464d2e98a11404e91a024b3597c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 05:04:51 +0000 Subject: [PATCH] build(deps): Bump actions/checkout from 5.0.0 to 5.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [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/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/nuget-vulnerabilities.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nuget-vulnerabilities.yml b/.github/workflows/nuget-vulnerabilities.yml index 4fe522e..aac9ac8 100644 --- a/.github/workflows/nuget-vulnerabilities.yml +++ b/.github/workflows/nuget-vulnerabilities.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - uses: actions/setup-dotnet@v5.0.0 - run: dotnet restore diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34a4fe3..f93592a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - uses: actions/setup-dotnet@v5.0.0 - name: Publish project diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fba4e9d..02fe438 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: environment: Testing steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: | @@ -65,7 +65,7 @@ jobs: name: Resharper runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - uses: actions/setup-dotnet@v5.0.0 - run: dotnet restore - run: dotnet build --configuration Release --no-restore /warnAsError /nologo /clp:NoSummary