Skip to content

Commit 5b8ae33

Browse files
authored
Update workflow references to version 0.3.0
1 parent 9f4f6a8 commit 5b8ae33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
lint:
11-
uses: stylelint/.github/.github/workflows/lint.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # main
11+
uses: stylelint/.github/.github/workflows/lint.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # 0.3.0
1212
permissions:
1313
contents: read
1414

1515
test:
16-
uses: stylelint/.github/.github/workflows/test.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # main
16+
uses: stylelint/.github/.github/workflows/test.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # 0.3.0
1717
with:
1818
os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
1919
node-version: '["20", "22", "24"]'

0 commit comments

Comments
 (0)