Skip to content

Commit fac5b67

Browse files
authored
Merge pull request #30 from smdn/dependabot/github_actions/smdn-workflows-dotnet-70afb704ff
Bump the smdn-workflows-dotnet group with 2 updates
2 parents 39c6c57 + 9d0ee2b commit fac5b67

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: github/codeql-action/autobuild@v4
7373

7474
- name: Prepare .NET SDK ${{ env.MINIMAL_DOTNET_SDK_VERSION }}
75-
uses: smdn/workflows-dotnet/actions/prepare-dotnet-sdk@actions/prepare-dotnet-sdk/v1.0.0
75+
uses: smdn/workflows-dotnet/actions/prepare-dotnet-sdk@actions/prepare-dotnet-sdk/v1.1.0
7676
if: ${{ (matrix.build-mode == 'manual') && (matrix.language == 'csharp') }}
7777
with:
7878
minimal_dotnet_sdk_version: '${{ env.MINIMAL_DOTNET_SDK_VERSION }}'

.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@test/v1.8.0
65+
uses: smdn/workflows-dotnet/.github/workflows/test.yml@test/v1.9.0
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@test/v1.8.0
76+
uses: smdn/workflows-dotnet/.github/workflows/test.yml@test/v1.9.0
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)