Skip to content

Commit bb0a714

Browse files
Bump stylelint/.github from 0.2.1 to 0.3.1 (#364)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 547c2c1 commit bb0a714

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/nodejs.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/call-lint.yml@ba1d7222b8b3c30030607fd70c0f1b37bf712acb # 0.2.1
11+
uses: stylelint/.github/.github/workflows/call-lint.yml@f34faf02df201c8c204df4ae2543523ad54ceb07 # 0.3.1
1212
permissions:
1313
contents: read
1414

1515
test:
16-
uses: stylelint/.github/.github/workflows/call-test.yml@ba1d7222b8b3c30030607fd70c0f1b37bf712acb # 0.2.1
16+
uses: stylelint/.github/.github/workflows/call-test.yml@f34faf02df201c8c204df4ae2543523ad54ceb07 # 0.3.1
1717
with:
1818
node-version: '["lts/*"]'
1919
permissions:

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
release-pr:
14-
uses: stylelint/.github/.github/workflows/call-release-pr.yml@ba1d7222b8b3c30030607fd70c0f1b37bf712acb # 0.2.1
14+
uses: stylelint/.github/.github/workflows/call-release-pr.yml@f34faf02df201c8c204df4ae2543523ad54ceb07 # 0.3.1
1515
with:
1616
new-version: ${{ github.event.inputs.new-version }}
1717
permissions:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
release:
10-
uses: stylelint/.github/.github/workflows/call-release.yml@ba1d7222b8b3c30030607fd70c0f1b37bf712acb # 0.2.1
10+
uses: stylelint/.github/.github/workflows/call-release.yml@f34faf02df201c8c204df4ae2543523ad54ceb07 # 0.3.1
1111
permissions:
1212
contents: write
1313
id-token: write

0 commit comments

Comments
 (0)