Skip to content

Commit ba6bb2c

Browse files
Bump smdn/workflows-dotnet/.github/workflows/test.yml
Bumps [smdn/workflows-dotnet/.github/workflows/test.yml](https://github.com/smdn/workflows-dotnet) from 1.9.2 to 1.10.1. - [Release notes](https://github.com/smdn/workflows-dotnet/releases) - [Changelog](https://github.com/smdn/workflows-dotnet/blob/main/doc/release-instructions.md) - [Commits](smdn/workflows-dotnet@bad7929...7144c60) --- updated-dependencies: - dependency-name: smdn/workflows-dotnet/.github/workflows/test.yml dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2c5aaa commit ba6bb2c

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)