File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535
3636 steps :
3737 - name : 📥 Checkout
38- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
38+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
3939
4040 - name : 🔧 Setup Node.js
41- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
41+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
4242 with :
4343 node-version-file : ' .node-version'
4444 cache : ' npm'
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3 .0
20+ - uses : actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0 .0
2121 with :
2222 any-of-labels : " info needed,invalid"
2323 days-before-issue-stale : 30
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : 📥 Checkout
23- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
23+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
2424 with :
2525 sparse-checkout-cone-mode : false
2626 sparse-checkout : |
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616
1717 steps :
1818 - name : 📥 Checkout
19- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
19+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
2020
2121 - name : 🔧 Setup Node.js
22- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
22+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
2323 with :
2424 node-version-file : ' .node-version'
2525 cache : ' npm'
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : 📥 Checkout Fork
23- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
23+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
2424 with :
2525 ref : ${{ github.event.pull_request.head.ref }}
2626 repository : ${{ github.event.pull_request.head.repo.full_name }}
3131 icons/
3232
3333 - name : 📥 Checkout Original
34- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
34+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
3535 with :
3636 fetch-depth : 0
3737 path : main
4040 icons/
4141
4242 - name : 🔧 Setup Node.js
43- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
43+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
4444 with :
4545 node-version : ' 24'
4646
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1 .0
19+ - uses : actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0 .0
2020 with :
2121 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : 📥 Checkout
17- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
17+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
1818 with :
1919 # Only fetch the config file from the repository
2020 sparse-checkout-cone-mode : false
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
2828
2929 - name : 📥 Checkout
30- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
30+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
3131 with :
3232 # Required for fetching tags and generating release notes
3333 fetch-depth : 0
3434 token : ${{ steps.app-token.outputs.token }}
3535
3636 - name : 🔧 Setup Node.js
37- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
37+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
3838 with :
3939 node-version-file : ' .node-version'
4040 cache : ' npm'
@@ -140,12 +140,12 @@ jobs:
140140
141141 steps :
142142 - name : 📥 Checkout
143- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
143+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
144144 with :
145145 ref : v${{ needs.release.outputs.version }}
146146
147147 - name : 🔧 Setup Node.js
148- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
148+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
149149 with :
150150 node-version-file : ' .node-version'
151151 registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments