Skip to content

Commit

Permalink
Merge pull request #89 from guitarrapc/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
guitarrapc authored Jul 30, 2024
2 parents 9e1dbb1 + 83640ac commit 2acd7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2acd7a4

Please sign in to comment.