From 67a1d16482286118f7c9a82722ef46af207524cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:36:03 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [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.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-dotnet-fast.yml | 2 +- .github/workflows/step-dotnet-build.yml | 2 +- .github/workflows/step-dotnet-codeql.yml | 2 +- .github/workflows/step-dotnet-draft-release.yml | 2 +- .github/workflows/step-dotnet-format.yml | 2 +- .github/workflows/step-dotnet-tests.yml | 2 +- .github/workflows/step-dotnet-version.yml | 2 +- .github/workflows/step-node-commitlint.yml | 2 +- .github/workflows/update-license.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-dotnet-fast.yml b/.github/workflows/ci-dotnet-fast.yml index 56bd380..92af9c7 100644 --- a/.github/workflows/ci-dotnet-fast.yml +++ b/.github/workflows/ci-dotnet-fast.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-dotnet-build.yml b/.github/workflows/step-dotnet-build.yml index ed0296b..40ae275 100644 --- a/.github/workflows/step-dotnet-build.yml +++ b/.github/workflows/step-dotnet-build.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-dotnet-codeql.yml b/.github/workflows/step-dotnet-codeql.yml index 37b8e5d..85848b2 100644 --- a/.github/workflows/step-dotnet-codeql.yml +++ b/.github/workflows/step-dotnet-codeql.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-dotnet-draft-release.yml b/.github/workflows/step-dotnet-draft-release.yml index f6e7157..8ed1676 100644 --- a/.github/workflows/step-dotnet-draft-release.yml +++ b/.github/workflows/step-dotnet-draft-release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-dotnet-format.yml b/.github/workflows/step-dotnet-format.yml index a25cbdb..6e969b1 100644 --- a/.github/workflows/step-dotnet-format.yml +++ b/.github/workflows/step-dotnet-format.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-dotnet-tests.yml b/.github/workflows/step-dotnet-tests.yml index cdc0249..6f48fa9 100644 --- a/.github/workflows/step-dotnet-tests.yml +++ b/.github/workflows/step-dotnet-tests.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-dotnet-version.yml b/.github/workflows/step-dotnet-version.yml index b947b49..4f8fa8d 100644 --- a/.github/workflows/step-dotnet-version.yml +++ b/.github/workflows/step-dotnet-version.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/step-node-commitlint.yml b/.github/workflows/step-node-commitlint.yml index eb4f537..36c2167 100644 --- a/.github/workflows/step-node-commitlint.yml +++ b/.github/workflows/step-node-commitlint.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/update-license.yml b/.github/workflows/update-license.yml index a355a8a..f8eb450 100644 --- a/.github/workflows/update-license.yml +++ b/.github/workflows/update-license.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0