Skip to content

Commit b842ae7

Browse files
Merge pull request #73 from crispthinking/dependabot/github_actions/dotnet-4d2fb7deab
build(deps): bump the dotnet group across 1 directory with 2 updates
2 parents 5eab74d + 795c069 commit b842ae7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: dotnet test -c Release --no-build
3737

3838
- name: Test Report
39-
uses: dorny/test-reporter@v2
39+
uses: dorny/test-reporter@v3
4040
if: success() || failure() # run this step even if previous step failed
4141
with:
4242
name: Tests # Name of the check run which will be created

.github/workflows/dependabot-approve-and-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Dependabot metadata
1818
id: metadata
19-
uses: dependabot/fetch-metadata@v2.5.0
19+
uses: dependabot/fetch-metadata@v3.0.0
2020
with:
2121
github-token: "${{ secrets.GITHUB_TOKEN }}"
2222
- name: Approve a PR

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet test -c Release --no-build
4242

4343
- name: Test Report
44-
uses: dorny/test-reporter@v2
44+
uses: dorny/test-reporter@v3
4545
if: success() || failure() # run this step even if previous step failed
4646
with:
4747
name: Tests # Name of the check run which will be created

0 commit comments

Comments
 (0)