From f6a51483ede5541d7d3ab63d8c63a5561aabb762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:22:27 +0000 Subject: [PATCH] Bump smdn/workflows-dotnet/.github/workflows/test.yml Bumps [smdn/workflows-dotnet/.github/workflows/test.yml](https://github.com/smdn/workflows-dotnet) from 1.10.0 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](https://github.com/smdn/workflows-dotnet/compare/5b87da331d06ff17f725a397d4c8288111cf2fe6...7144c60e15cd292c33d720ea0ef963abfda49dab) --- 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-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-crossversion.yml | 2 +- .github/workflows/test-packages.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-crossversion.yml b/.github/workflows/test-crossversion.yml index 06f32c3..f4f642c 100644 --- a/.github/workflows/test-crossversion.yml +++ b/.github/workflows/test-crossversion.yml @@ -72,7 +72,7 @@ jobs: "verbose=$($verbose | ConvertTo-Json -Compress)" >> $Env:GITHUB_OUTPUT run-test: - uses: smdn/workflows-dotnet/.github/workflows/test.yml@5b87da331d06ff17f725a397d4c8288111cf2fe6 # test/v1.10.0 + uses: smdn/workflows-dotnet/.github/workflows/test.yml@7144c60e15cd292c33d720ea0ef963abfda49dab # test/v1.10.1 needs: prerequisites strategy: matrix: diff --git a/.github/workflows/test-packages.yml b/.github/workflows/test-packages.yml index abf3f1e..d8d843b 100644 --- a/.github/workflows/test-packages.yml +++ b/.github/workflows/test-packages.yml @@ -62,7 +62,7 @@ jobs: run-test: name: Run tests with released packages - uses: smdn/workflows-dotnet/.github/workflows/test.yml@5b87da331d06ff17f725a397d4c8288111cf2fe6 # test/v1.10.0 + uses: smdn/workflows-dotnet/.github/workflows/test.yml@7144c60e15cd292c33d720ea0ef963abfda49dab # test/v1.10.1 needs: await-package-publishing if: ${{ always() && !failure() && !cancelled() }} # run tests even if await-package-publishing is skipped with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a4a223..b2c6c1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,7 @@ on: jobs: run-test: name: Run tests - uses: smdn/workflows-dotnet/.github/workflows/test.yml@5b87da331d06ff17f725a397d4c8288111cf2fe6 # test/v1.10.0 + uses: smdn/workflows-dotnet/.github/workflows/test.yml@7144c60e15cd292c33d720ea0ef963abfda49dab # test/v1.10.1 with: project: ${{ inputs.project }} os: ${{ inputs.os == '' && 'ubuntu-24.04, ubuntu-22.04, windows-latest' || inputs.os }}