File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 echo "## psuWorkflowRunID : [${{ github.event.inputs.psuWorkflowRunID }}](https://github.com/NHSDigital/eps-prescription-status-update-api/actions/runs/${{ github.event.inputs.psuWorkflowRunID }})" >> "$GITHUB_STEP_SUMMARY"
2222
2323 - name : Checkout local github actions
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525 with :
2626 ref : ${{ env.BRANCH_NAME }}
2727 fetch-depth : 0
@@ -50,12 +50,12 @@ jobs:
5050
5151 # using git commit sha for version of action to ensure we have stable version
5252 - name : Install asdf
53- uses : asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
53+ uses : asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
5454 with :
5555 asdf_branch : v0.11.3
5656
5757 - name : Cache asdf
58- uses : actions/cache@v4
58+ uses : actions/cache@v5
5959 with :
6060 path : |
6161 ~/.asdf
6464 ${{ runner.os }}-asdf-
6565
6666 - name : Install asdf dependencies in .tool-versions
67- uses : asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
67+ uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6868 with :
6969 asdf_branch : v0.11.3
7070 env :
Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ jobs:
4242 echo "## maxVusers : ${{ github.event.inputs.maxVusers }}" >> "$GITHUB_STEP_SUMMARY"
4343
4444 - name : Checkout repo
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v6
4646 with :
4747 ref : ${{ env.BRANCH_NAME }}
4848
4949 - name : Install asdf
50- uses : asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
50+ uses : asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
5151 with :
5252 asdf_branch : v0.14.0
5353
5454 - name : Cache asdf
55- uses : actions/cache@v4
55+ uses : actions/cache@v5
5656 with :
5757 path : |
5858 ~/.asdf
6161 ${{ runner.os }}-asdf-
6262
6363 - name : Install asdf dependencies in .tool-versions
64- uses : asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
64+ uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6565 with :
6666 asdf_branch : v0.14.0
6767 env :
Original file line number Diff line number Diff line change @@ -51,17 +51,17 @@ jobs:
5151 fi
5252
5353 - name : Checkout repo
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555 with :
5656 ref : ${{ env.BRANCH_NAME }}
5757
5858 - name : Install asdf
59- uses : asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
59+ uses : asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
6060 with :
6161 asdf_branch : v0.14.0
6262
6363 - name : Cache asdf
64- uses : actions/cache@v4
64+ uses : actions/cache@v5
6565 with :
6666 path : |
6767 ~/.asdf
7070 ${{ runner.os }}-asdf-
7171
7272 - name : Install asdf dependencies in .tool-versions
73- uses : asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
73+ uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
7474 with :
7575 asdf_branch : v0.14.0
7676 env :
Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ jobs:
4242 echo "## maxVusers : ${{ github.event.inputs.maxVusers }}" >> "$GITHUB_STEP_SUMMARY"
4343
4444 - name : Checkout repo
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v6
4646 with :
4747 ref : ${{ env.BRANCH_NAME }}
4848
4949 - name : Install asdf
50- uses : asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
50+ uses : asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
5151 with :
5252 asdf_branch : v0.14.0
5353
5454 - name : Cache asdf
55- uses : actions/cache@v4
55+ uses : actions/cache@v5
5656 with :
5757 path : |
5858 ~/.asdf
6161 ${{ runner.os }}-asdf-
6262
6363 - name : Install asdf dependencies in .tool-versions
64- uses : asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
64+ uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6565 with :
6666 asdf_branch : v0.14.0
6767 env :
You can’t perform that action at this time.
0 commit comments