Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automerge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3.12.0
- uses: fastify/github-action-merge-dependabot@v3.15.0
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up .NET Core
uses: actions/setup-dotnet@v5
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

- name: ReportGenerator
if: ${{ inputs.test }}
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.4
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.10
with:
reports: '**/TestResults/coverage.cobertura.xml'
targetdir: coveragereport
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
name: NuGet

- name: Release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
working_directory: ${{ github.workspace }}
files: ./*.nupkg
Expand Down
Loading