File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66permissions :
77 contents : read
88
9+ env :
10+ NODE_VERSION : 24.10.0
11+
912jobs :
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
Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments