From a01cf82cc6333fa9c399c730ff1e69d01f3e5a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 07:01:18 +0200 Subject: [PATCH] Bump actions/checkout from 3.5.2 to 4.1.0 (#179) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.0. - [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/v3.5.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c33a59b..e0cef349 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: architecture: arm64 steps: - name: Checkout - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v4.1.0 - name: Install .NET SDK uses: actions/setup-dotnet@v3.1.0