Skip to content

Commit 2bf3182

Browse files
committed
chore: bump changesets/cli and actions/checkout
1 parent 7c4a202 commit 2bf3182

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
# https://github.com/actions/checkout
1212
- name: Checkout repo
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
# https://github.com/pnpm/action-setup
1616
- uses: pnpm/action-setup@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# https://github.com/actions/checkout
1515
- name: Checkout repo
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
# This makes Actions fetch all Git history so that Changesets can
1919
# generate changelogs with the correct commits.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perplex-digital/stylelint-config",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Order and Concentric-based property sorting for Stylelint.",
55
"keywords": [
66
"tailwind",
@@ -55,10 +55,10 @@
5555
"stylelint-use-logical-spec": "^5.0.1"
5656
},
5757
"devDependencies": {
58-
"@changesets/cli": "2.29.5",
58+
"@changesets/cli": "^2.29.6",
5959
"@commitlint/cli": "^19.8.1",
6060
"@commitlint/config-conventional": "^19.8.1",
61-
"@zazen/changesets-changelog": "2.0.3",
61+
"@zazen/changesets-changelog": "^2.0.3",
6262
"@nuxt/eslint-config": "^1.9.0",
6363
"eslint": "^9.34.0",
6464
"husky": "^9.1.7",

0 commit comments

Comments
 (0)