From 83640aca622a4a4636b983156bbbb0bc7efffe29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:42:24 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-build.yaml | 2 +- .github/workflows/dotnet-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-build.yaml b/.github/workflows/dotnet-build.yaml index 7ed94b0..ae9ec03 100644 --- a/.github/workflows/dotnet-build.yaml +++ b/.github/workflows/dotnet-build.yaml @@ -23,7 +23,7 @@ jobs: uses: xt0rted/pull-request-comment-branch@v1 id: comment-branch if: ${{ github.event_name == 'issue_comment' }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event_name == 'issue_comment' && steps.comment-branch.outputs.head_ref || ''}} - uses: guitarrapc/actions/.github/actions/setup-dotnet@main diff --git a/.github/workflows/dotnet-release.yaml b/.github/workflows/dotnet-release.yaml index 829d5d0..d819501 100644 --- a/.github/workflows/dotnet-release.yaml +++ b/.github/workflows/dotnet-release.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: guitarrapc/actions/.github/actions/setup-dotnet@main # build - run: dotnet build -c ${{ env.BUILD_CONFIG }} -p:Version=${{ github.event.ref }}