File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Repo
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
2020
2121 - name : Setup Node.js LTS
22- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
22+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
2323 with :
2424 node-version : lts/*
2525 cache : yarn
3131 run : yarn run-s build format
3232
3333 - name : Apply autofix.ci
34- uses : autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2
34+ uses : autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a # v1.3.4
3535 with :
3636 fail-fast : false
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 runs-on : ${{ matrix.os }}
2626 steps :
2727 - name : Checkout Repo
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
2929
3030 - name : Setup Node.js ${{ matrix.node }}
31- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
31+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
3232 with :
3333 node-version : ${{ matrix.node }}
3434 cache : yarn
4444 PARSER_NO_WATCH : true
4545
4646 - name : Codecov
47- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
47+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
4848 with :
4949 token : ${{ secrets.CODECOV_TOKEN }}
5050
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout Repo
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
17+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
1818
1919 - name : Setup Node.js LTS
20- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
20+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
2121 with :
2222 node-version : lts/*
2323 cache : yarn
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout Repo
21- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
2222
2323 - name : Package Size Report
2424 uses : pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # v1.1.1
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
2424 with :
2525 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2626 fetch-depth : 0
2727
2828 - name : Setup Node.js LTS
29- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
29+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
3030 with :
3131 node-version : lts/*
3232 cache : yarn
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout Repo
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
17+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
1818
1919 - name : Setup Node.js LTS
20- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
20+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
2121 with :
2222 node-version : lts/*
2323 cache : yarn
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Repo
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
2020
2121 - name : Check Branch
2222 id : branch
2626 echo "comment=false" >> $GITHUB_OUTPUT
2727
2828 - name : Deploy
29- uses : amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25
29+ uses : amondnet/vercel-action@4b810e26f7bb2a331c698af186f890cbf20d5f72 # v42.2.0
3030 with :
3131 vercel-args : ${{ steps.branch.outputs.args }}
3232 vercel-token : ${{ secrets.VERCEL_TOKEN }}
Load diff Large diffs are not rendered by default.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 77 path : .yarn/plugins/plugin-prepare-lifecycle.cjs
88 spec : ' https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
99
10- yarnPath : .yarn/releases/yarn-4.9.2 .cjs
10+ yarnPath : .yarn/releases/yarn-4.14.1 .cjs
You can’t perform that action at this time.
0 commit comments