File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2828
2929 quality_checks :
30- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
30+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
3131 needs : [get_asdf_version]
3232 with :
3333 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 3232 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/cfg/settings.yml)
3333 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3434 quality_checks :
35- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
35+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
3636 needs : [get_asdf_version]
3737 with :
3838 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 2525 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/cfg/settings.yml)
2626 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2727 quality_checks :
28- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
28+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
2929 needs : [get_asdf_version]
3030 with :
3131 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 2828 asdf_version : ${{ steps.asdf-version.outputs.version }}
2929
3030 - name : Cache asdf
31- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
31+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
3232 with :
3333 path : |
3434 ~/.asdf
Original file line number Diff line number Diff line change 5151 asdf_version : ${{ steps.asdf-version.outputs.version }}
5252
5353 - name : Cache asdf
54- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
54+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
5555 with :
5656 path : |
5757 ~/.asdf
You can’t perform that action at this time.
0 commit comments