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
3333 pyproject.toml
3434
3535 - name : Configure AWS Credentials
36- uses : aws-actions/configure-aws-credentials@v4
36+ uses : aws-actions/configure-aws-credentials@v6
3737 with :
3838 aws-region : eu-west-2
3939 role-to-assume : ${{ secrets.REF_CLOUD_FORMATION_DEPLOY_ROLE }}
@@ -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 :
@@ -112,7 +112,7 @@ jobs:
112112 aws secretsmanager get-secret-value --secret-id "${client_cert_arn}" --query SecretString --output text > ~/.proxygen/tmp/client_cert
113113
114114 - name : Configure AWS Credentials for api release
115- uses : aws-actions/configure-aws-credentials@v4
115+ uses : aws-actions/configure-aws-credentials@v6
116116 with :
117117 aws-region : eu-west-2
118118 role-to-assume : ${{ secrets.PROXYGEN_PTL_ROLE }}
0 commit comments