Skip to content

Commit fbb48de

Browse files
authored
Merge pull request #20 from smdn/dependabot/github_actions/smdn/workflows-dotnet/dot-github/workflows/test.yml-1.10.1
Bump smdn/workflows-dotnet/.github/workflows/test.yml from 1.9.2 to 1.10.1
2 parents a2c5aaa + ba6bb2c commit fbb48de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
run-test:
6464
name: Run tests with released packages
65-
uses: smdn/workflows-dotnet/.github/workflows/test.yml@bad79296a13ba75d915c7c1935cd9679958d217d # test/v1.9.2
65+
uses: smdn/workflows-dotnet/.github/workflows/test.yml@7144c60e15cd292c33d720ea0ef963abfda49dab # test/v1.10.1
6666
needs: await-package-publishing
6767
if: ${{ always() && !failure() && !cancelled() }} # run tests even if await-package-publishing is skipped
6868
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ on:
7373
jobs:
7474
run-test:
7575
name: Run tests
76-
uses: smdn/workflows-dotnet/.github/workflows/test.yml@bad79296a13ba75d915c7c1935cd9679958d217d # test/v1.9.2
76+
uses: smdn/workflows-dotnet/.github/workflows/test.yml@7144c60e15cd292c33d720ea0ef963abfda49dab # test/v1.10.1
7777
with:
7878
project: ${{ inputs.project }}
7979
os: ${{ inputs.os == '' && 'ubuntu-24.04, ubuntu-22.04, windows-latest, macos-latest' || inputs.os }}

0 commit comments

Comments
 (0)