Skip to content

Commit dca88a2

Browse files
ci: update GitHub template files
1 parent 8a97418 commit dca88a2

6 files changed

Lines changed: 26 additions & 18 deletions

File tree

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/format.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,24 @@ on:
66
permissions:
77
contents: read
88

9+
env:
10+
NODE_VERSION: 24.10.0
11+
912
jobs:
1013
autofix:
1114
runs-on: ubuntu-latest
1215
steps:
13-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
16+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
17+
with:
18+
persist-credentials: false
1419

1520
- name: Setup PNPM
16-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
21+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
1722

1823
- name: Setup Node
19-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
24+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2025
with:
21-
node-version: 20.19.5
26+
node-version: ${{ env.NODE_VERSION }}
2227
cache: "pnpm"
2328

2429
- name: Install Dependencies

.github/workflows/labeler.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
app_id: ${{ secrets.BOT_APP_ID }}
1717
private_key: ${{ secrets.BOT_PRIVATE_KEY }}
1818

19-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
20+
with:
21+
persist-credentials: false
2022
- name: Ensure labels exist
2123
env:
2224
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
@@ -49,7 +51,7 @@ jobs:
4951
gh label create "🏯 styles" --description "Stylesheets or design updates" --color "550F5A" --force
5052
gh label create "🔒 wontfix" --description "This will not be worked on" --color "FFFFFF" --force
5153
52-
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
54+
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
5355
with:
5456
configuration-path: .github/labeler.yaml
5557
sync-labels: true

.github/workflows/welcome-bot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
app_id: ${{ secrets.BOT_APP_ID }}
2121
private_key: ${{ secrets.BOT_PRIVATE_KEY }}
2222

23-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
23+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
24+
with:
25+
persist-credentials: false
2426
- name: Convert Repository Name to Title Case
2527
id: convert_repo_name
2628
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@trivago/prettier-plugin-sort-imports": "5.2.2",
16-
"prettier": "3.5.3",
16+
"prettier": "3.6.2",
1717
"prettier-plugin-astro": "0.14.1"
1818
},
1919
"packageManager": "pnpm@10.10.0"

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)