File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434
3535 - name : Setup Node.js
36- uses : bymbly/gha-workflows/.github/actions/setup-node@3a047a1706336d61917b87bf214539967561ae68 # main
36+ uses : bymbly/gha-workflows/.github/actions/setup-node@6f52d21a176e9070c7422cac72ca7c91c8c62735 # main
3737 with :
3838 node-version : ${{ inputs.node-version }}
3939 cache : ${{ inputs.cache-dependency-manager }}
Original file line number Diff line number Diff line change 2929 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
3131 - name : Setup Node.js
32- uses : bymbly/gha-workflows/.github/actions/setup-node@3a047a1706336d61917b87bf214539967561ae68 # main
32+ uses : bymbly/gha-workflows/.github/actions/setup-node@6f52d21a176e9070c7422cac72ca7c91c8c62735 # main
3333 with :
3434 node-version : ${{ inputs.node-version }}
3535 cache : ${{ inputs.cache-dependency-manager }}
Original file line number Diff line number Diff line change 4242 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4343
4444 - name : Setup Node.js
45- uses : bymbly/gha-workflows/.github/actions/setup-node@3a047a1706336d61917b87bf214539967561ae68 # main
45+ uses : bymbly/gha-workflows/.github/actions/setup-node@6f52d21a176e9070c7422cac72ca7c91c8c62735 # main
4646 with :
4747 node-version : ${{ inputs.node-version }}
4848 cache : ${{ inputs.cache-dependency-manager }}
Original file line number Diff line number Diff line change 4343 fetch-depth : 0
4444
4545 - name : Setup Node.js
46- uses : bymbly/gha-workflows/.github/actions/setup-node@3a047a1706336d61917b87bf214539967561ae68 # main
46+ uses : bymbly/gha-workflows/.github/actions/setup-node@6f52d21a176e9070c7422cac72ca7c91c8c62735 # main
4747 with :
4848 node-version : ${{ inputs.node-version }}
4949 cache : ${{ inputs.cache-dependency-manager }}
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434
3535 - name : Setup Node.js
36- uses : bymbly/gha-workflows/.github/actions/setup-node@3a047a1706336d61917b87bf214539967561ae68 # main
36+ uses : bymbly/gha-workflows/.github/actions/setup-node@6f52d21a176e9070c7422cac72ca7c91c8c62735 # main
3737 with :
3838 node-version : ${{ inputs.node-version }}
3939 cache : ${{ inputs.cache-dependency-manager }}
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434
3535 - name : Setup Node.js
36- uses : bymbly/gha-workflows/.github/actions/setup-node@3a047a1706336d61917b87bf214539967561ae68 # main
36+ uses : bymbly/gha-workflows/.github/actions/setup-node@6f52d21a176e9070c7422cac72ca7c91c8c62735 # main
3737 with :
3838 node-version : ${{ inputs.node-version }}
3939 cache : ${{ inputs.cache-dependency-manager }}
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434
3535 - name : Setup Node.js
36- uses : bymbly/gha-workflows/.github/actions/setup-node@3a047a1706336d61917b87bf214539967561ae68 # main
36+ uses : bymbly/gha-workflows/.github/actions/setup-node@6f52d21a176e9070c7422cac72ca7c91c8c62735 # main
3737 with :
3838 node-version : ${{ inputs.node-version }}
3939 cache : ${{ inputs.cache-dependency-manager }}
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434
3535 - name : Setup Node.js
36- uses : bymbly/gha-workflows/.github/actions/setup-node@3a047a1706336d61917b87bf214539967561ae68 # main
36+ uses : bymbly/gha-workflows/.github/actions/setup-node@6f52d21a176e9070c7422cac72ca7c91c8c62735 # main
3737 with :
3838 node-version : ${{ inputs.node-version }}
3939 cache : ${{ inputs.cache-dependency-manager }}
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434
3535 - name : Setup Node.js
36- uses : bymbly/gha-workflows/.github/actions/setup-node@3a047a1706336d61917b87bf214539967561ae68 # main
36+ uses : bymbly/gha-workflows/.github/actions/setup-node@6f52d21a176e9070c7422cac72ca7c91c8c62735 # main
3737 with :
3838 node-version : ${{ inputs.node-version }}
3939 cache : ${{ inputs.cache-dependency-manager }}
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ concurrency:
1515jobs :
1616 prettier-format-check :
1717 name : Format Check
18- uses : bymbly/gha-workflows/.github/workflows/prettier-format-check.yaml@3a047a1706336d61917b87bf214539967561ae68 # main
18+ uses : bymbly/gha-workflows/.github/workflows/prettier-format-check.yaml@6f52d21a176e9070c7422cac72ca7c91c8c62735 # main
1919
2020 markdown-lint-check :
2121 name : Lint Check
22- uses : bymbly/gha-workflows/.github/workflows/markdown-lint-check.yaml@3a047a1706336d61917b87bf214539967561ae68 # main
22+ uses : bymbly/gha-workflows/.github/workflows/markdown-lint-check.yaml@6f52d21a176e9070c7422cac72ca7c91c8c62735 # main
You can’t perform that action at this time.
0 commit comments