File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 steps :
2626 - name : Checkout
2727 id : checkout
28- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # de0fa = v6.0.2
28+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # df4cb = v6.0.3
2929
3030 - name : Setup NodeJS
3131 id : setup-node
32- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 53b83 = v6.3 .0
32+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 48b55 = v6.4 .0
3333 with :
3434 node-version : 24
3535 registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # de0fa = v6.0.2
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # df4cb = v6.0.3
2424 with :
2525 persist-credentials : false
2626
2727 - name : Setup Node.js
28- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 53b83 = v6.3 .0
28+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 48b55 = v6.4 .0
2929 with :
3030 node-version : 24
3131 registry-url : https://registry.npmjs.org
3838
3939 - name : Create release pull request or publish to npm
4040 id : changesets
41- uses : changesets/action@001cd79f0a536e733315164543a727bdf2d70aff # 001cd = v1.5.1
41+ uses : changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # a45c4 = v1.9.0
4242 with :
4343 cwd : packages/mint-components
4444 version : npm run version
5252
5353 - name : Create scoped GitHub Release
5454 if : steps.changesets.outputs.published == 'true'
55- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ed597 = v8
55+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # 3a284 = v9.0.0
5656 env :
5757 PUBLISHED_PACKAGES : ${{ steps.changesets.outputs.publishedPackages }}
5858 with :
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141
4242 - name : Checkout
4343 id : checkout
44- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # de0fa = v6.0.2
44+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # df4cb = v6.0.3
4545 with :
4646 persist-credentials : false
4747
4848 - name : Setup NodeJS
4949 id : setup-node
50- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 53b83 = v6.3 .0
50+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 48b55 = v6.4 .0
5151 with :
5252 node-version : 24
5353 registry-url : " https://registry.npmjs.org"
6161
6262 - name : Compute new version
6363 id : compute-version
64- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ed597 = v8
64+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # 3a284 = v9.0.0
6565 with :
6666 result-encoding : string
6767 script : |
@@ -119,7 +119,7 @@ jobs:
119119 # This can't be combined with the previous step because each one can only have one output
120120 - name : Extract package name
121121 id : extract-package-name
122- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # ed597 = v8
122+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # 3a284 = v9.0.0
123123 with :
124124 result-encoding : string
125125 script : |
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 steps :
3232 - name : Checkout
3333 id : checkout
34- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # de0fa = v6.0.2
34+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # df4cb = v6.0.3
3535
3636 - name : Node Setup
3737 id : setup-node
38- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 53b83 = v6.3 .0
38+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 48b55 = v6.4 .0
3939 with :
4040 node-version : 22.x
4141
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 steps :
2828 - name : Checkout
2929 id : checkout
30- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # de0fa = v6.0.2
30+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # df4cb = v6.0.3
3131
3232 - name : Use Node.js
3333 id : setup-node
34- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 53b83 = v6.3 .0
34+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 48b55 = v6.4 .0
3535 with :
3636 node-version : 22.x
3737
You can’t perform that action at this time.
0 commit comments