Skip to content

Commit 79f308f

Browse files
Bump smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test/v1.4.1
Bumps [smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test/v1.4.1](https://github.com/smdn/smdn.fundamentals) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/smdn/smdn.fundamentals/releases) - [Commits](smdn/Smdn.Fundamentals@workflows/test/v1.4.1...workflows/test/v1.4.2) --- updated-dependencies: - dependency-name: smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test/v1.4.1 dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98718e2 commit 79f308f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ on:
4848
jobs:
4949
run-test:
5050
name: Run tests with released packages
51-
uses: smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test/v1.4.1
51+
uses: smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test/v1.4.2
5252
with:
5353
project: ${{ inputs.project }}
5454
os: ${{ inputs.os == '' && 'ubuntu-24.04, ubuntu-22.04, windows-latest, macos-latest' || inputs.os }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ on:
6666
jobs:
6767
run-test:
6868
name: Run tests
69-
uses: smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test/v1.4.1
69+
uses: smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test/v1.4.2
7070
with:
7171
project: ${{ inputs.project }}
7272
os: ${{ inputs.os == '' && 'ubuntu-24.04, ubuntu-22.04, windows-latest, macos-latest' || inputs.os }}

0 commit comments

Comments
 (0)