File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 autofix :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
13+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
1414
1515 - name : Setup PNPM
1616 uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
1717
1818 - name : Setup Node
19- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
19+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
2020 with :
21- node-version : 20 .19.5
21+ node-version : 22 .19.0
2222 cache : " pnpm"
2323
2424 - 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2020 - name : Ensure labels exist
2121 env :
2222 GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
4949 gh label create "🏯 styles" --description "Stylesheets or design updates" --color "550F5A" --force
5050 gh label create "🔒 wontfix" --description "This will not be worked on" --color "FFFFFF" --force
5151
52- - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
52+ - uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
5353 with :
5454 configuration-path : .github/labeler.yaml
5555 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2424 - name : Convert Repository Name to Title Case
2525 id : convert_repo_name
2626 run : |
You can’t perform that action at this time.
0 commit comments