From 9f4f6a819dd0511c02be2e12c21ce0cb11d3436a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:01:55 +0000 Subject: [PATCH 1/2] Bump stylelint/.github Bumps [stylelint/.github](https://github.com/stylelint/.github) from 5c1fac886fb5f8f74e29e133f36d242770d03ed3 to 34f1c0ac91f245ee4ee5ce725bb844328c17ccf5. - [Release notes](https://github.com/stylelint/.github/releases) - [Changelog](https://github.com/stylelint/.github/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/.github/compare/5c1fac886fb5f8f74e29e133f36d242770d03ed3...5c1fac886fb5f8f74e29e133f36d242770d03ed3) --- updated-dependencies: - dependency-name: stylelint/.github dependency-version: 5c1fac886fb5f8f74e29e133f36d242770d03ed3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f5912e6..ea8193f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -8,12 +8,12 @@ on: jobs: lint: - uses: stylelint/.github/.github/workflows/lint.yml@5c1fac886fb5f8f74e29e133f36d242770d03ed3 # main + uses: stylelint/.github/.github/workflows/lint.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # main permissions: contents: read test: - uses: stylelint/.github/.github/workflows/test.yml@5c1fac886fb5f8f74e29e133f36d242770d03ed3 # main + uses: stylelint/.github/.github/workflows/test.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # main with: os: '["ubuntu-latest", "windows-latest", "macos-latest"]' node-version: '["20", "22", "24"]' From 5b8ae33ef6fa357e5a323a5ebcb0b0c95a030321 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:18:38 +0900 Subject: [PATCH 2/2] Update workflow references to version 0.3.0 --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ea8193f..c112d54 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -8,12 +8,12 @@ on: jobs: lint: - uses: stylelint/.github/.github/workflows/lint.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # main + uses: stylelint/.github/.github/workflows/lint.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # 0.3.0 permissions: contents: read test: - uses: stylelint/.github/.github/workflows/test.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # main + uses: stylelint/.github/.github/workflows/test.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # 0.3.0 with: os: '["ubuntu-latest", "windows-latest", "macos-latest"]' node-version: '["20", "22", "24"]'