From 7d5e5c5df7feaa41e9b177eca6c932c63778416e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:29:56 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 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.0...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/codeql.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/dotnet.yml | 2 +- .github/workflows/update-release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 84b0170..6f43880 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - uses: actions/setup-dotnet@v4.0.1 with: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 4e603d6..6a79776 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 with: token: ${{ secrets.SBPAT }} persist-credentials: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2285049..44fb35d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 - name: Setup .NET uses: actions/setup-dotnet@v4.0.1 diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 19ed98c..58391fd 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 - name: Setup .NET uses: actions/setup-dotnet@v4.0.1 with: diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml index b7d5334..cb1e010 100644 --- a/.github/workflows/update-release.yml +++ b/.github/workflows/update-release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 with: token: ${{ secrets.SBPAT }} persist-credentials: false