From a57c688bf9b6acc2c800ac2de6e973874b4d23c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:12:36 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.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/v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... 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 2ee36c9..84b0170 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - uses: actions/setup-dotnet@v4.0.1 with: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index de211ea..4e603d6 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.1.7 + uses: actions/checkout@v4.2.0 with: token: ${{ secrets.SBPAT }} persist-credentials: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 66d5612..2285049 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.1.7 + - uses: actions/checkout@v4.2.0 - name: Setup .NET uses: actions/setup-dotnet@v4.0.1 diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c3711eb..19ed98c 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.1.7 + - uses: actions/checkout@v4.2.0 - 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 3013837..b7d5334 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.1.7 + uses: actions/checkout@v4.2.0 with: token: ${{ secrets.SBPAT }} persist-credentials: false