File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 if : " contains(github.event.head_commit.message, '[automated release]')"
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
2222 - name : Setup Node
23- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
23+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
2424 with :
2525 node-version-file : ' .nvmrc'
2626 cache : ' npm'
Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Git checkout
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
1616 - name : Detect secrets
1717 uses : alphagov/pay-ci/actions/detect-secrets@master
1818 unit-tests :
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
2323 - name : Setup Node
24- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
24+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
2525 with :
2626 node-version-file : " .nvmrc"
2727 cache : " npm"
You can’t perform that action at this time.
0 commit comments