File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout Repo
22- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
22+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323
2424 - name : Setup Node.js LTS
25- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
25+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
2626 with :
2727 node-version : lts/*
2828 cache : yarn
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727
2828 steps :
2929 - name : Checkout Repo
30- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
30+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131
3232 - name : Use Node.js ${{ matrix.node }}
33- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
33+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
3434 with :
3535 node-version : ${{ matrix.node }}
3636 cache : yarn
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 steps :
1919 - name : Checkout Repo
20- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121
2222 - name : Setup Node.js LTS
23- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
23+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
2424 with :
2525 node-version : lts/*
2626 cache : yarn
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
23+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2424 with :
2525 fetch-depth : 0
2626
2727 - name : Setup Node.js LTS
28- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
28+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
2929 with :
3030 node-version : lts/*
3131
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Close Stale Issues and PRs
22- uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .0
22+ uses : actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0 .0
2323 with :
2424 repo-token : ${{ secrets.GITHUB_TOKEN }}
2525 stale-issue-message : ' Stale issue'
Load diff This file was deleted.
Load diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ plugins:
1010 path : .yarn/plugins/plugin-prepare-lifecycle.cjs
1111 spec : ' https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
1212
13- yarnPath : .yarn/releases/yarn-4.17 .0.cjs
13+ yarnPath : .yarn/releases/yarn-4.18 .0.cjs
Original file line number Diff line number Diff line change 1212 ],
1313 "funding" : " https://opencollective.com/prettier-eslint-cli" ,
1414 "license" : " MIT" ,
15- "packageManager" : " yarn@4.17 .0" ,
15+ "packageManager" : " yarn@4.18 .0" ,
1616 "engines" : {
1717 "node" : " ^20.19.0 || ^22.13.0 || >=24.0.0"
1818 },
5252 "@eslint/config-array" : " ^0.23.5" ,
5353 "@humanfs/node" : " ^0.16.8" ,
5454 "@prettier/eslint" : " npm:prettier-eslint@^17.1.0" ,
55- "chalk" : " ^5.6.2 " ,
55+ "chalk" : " ^6.0.0 " ,
5656 "common-tags" : " ^1.8.2" ,
5757 "eslint" : " ^10.5.0" ,
5858 "find-up" : " ^8.0.0" ,
8686 "nps-utils" : " ^1.7.0" ,
8787 "prettier" : " ^3.8.4" ,
8888 "simple-git-hooks" : " ^2.13.1" ,
89- "typescript" : " ^6 .0.3 " ,
89+ "typescript" : " ^7 .0.0 " ,
9090 "typescript-eslint" : " ^8.61.0" ,
9191 "vitest" : " ^4.1.8" ,
9292 "yarn-berry-deduplicate" : " ^6.1.3"
You can’t perform that action at this time.
0 commit comments