From c342c2fcf859607f404cca6fbc948ed0e373a39c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 18:39:19 +0000 Subject: [PATCH] Bump the smdn-workflows-dotnet group with 2 updates Bumps the smdn-workflows-dotnet group with 2 updates: [smdn/workflows-dotnet/actions/prepare-dotnet-sdk@actions/prepare-dotnet-sdk/v1.0.0](https://github.com/smdn/workflows-dotnet) and [smdn/workflows-dotnet/.github/workflows/test.yml](https://github.com/smdn/workflows-dotnet). Updates `smdn/workflows-dotnet/actions/prepare-dotnet-sdk@actions/prepare-dotnet-sdk/v1.0.0` from 1.0.0 to 1.1.0 - [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/actions/prepare-dotnet-sdk/v1.0.0...actions/prepare-dotnet-sdk/v1.1.0) Updates `smdn/workflows-dotnet/.github/workflows/test.yml` from 1.8.0 to 1.9.0 - [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/test/v1.8.0...test/v1.9.0) --- updated-dependencies: - dependency-name: smdn/workflows-dotnet/actions/prepare-dotnet-sdk@actions/prepare-dotnet-sdk/v1.0.0 dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smdn-workflows-dotnet - dependency-name: smdn/workflows-dotnet/.github/workflows/test.yml dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smdn-workflows-dotnet ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.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/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 586445a..0c3d41f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -72,7 +72,7 @@ jobs: uses: github/codeql-action/autobuild@v4 - name: Prepare .NET SDK ${{ env.MINIMAL_DOTNET_SDK_VERSION }} - uses: smdn/workflows-dotnet/actions/prepare-dotnet-sdk@actions/prepare-dotnet-sdk/v1.0.0 + uses: smdn/workflows-dotnet/actions/prepare-dotnet-sdk@actions/prepare-dotnet-sdk/v1.1.0 if: ${{ (matrix.build-mode == 'manual') && (matrix.language == 'csharp') }} with: minimal_dotnet_sdk_version: '${{ env.MINIMAL_DOTNET_SDK_VERSION }}' diff --git a/.github/workflows/test-packages.yml b/.github/workflows/test-packages.yml index 0e6503c..af12086 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@test/v1.8.0 + uses: smdn/workflows-dotnet/.github/workflows/test.yml@test/v1.9.0 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 93e21fa..67017a6 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@test/v1.8.0 + uses: smdn/workflows-dotnet/.github/workflows/test.yml@test/v1.9.0 with: project: ${{ inputs.project }} os: ${{ inputs.os == '' && 'ubuntu-24.04, ubuntu-22.04, windows-latest, macos-latest' || inputs.os }}