@@ -127,7 +127,7 @@ jobs:
127127 terraform_token=$(jq -r .token <<<$token)
128128 echo "terraform_token=$terraform_token" >> "$GITHUB_OUTPUT"
129129
130- - uses : actions/checkout@v4.3 .0
130+ - uses : actions/checkout@v5.0 .0
131131
132132 -
uses :
hashicorp/[email protected] 133133 with :
@@ -352,7 +352,7 @@ jobs:
352352 terraform_token=$(jq -r .token <<<$token)
353353 echo "terraform_token=$terraform_token" >> "$GITHUB_OUTPUT"
354354
355- - uses : actions/checkout@v4.3 .0
355+ - uses : actions/checkout@v5.0 .0
356356
357357 -
uses :
hashicorp/[email protected] 358358 with :
@@ -528,7 +528,7 @@ jobs:
528528 if : inputs.trivy-sbom-enabled
529529 steps :
530530 - name : Checkout
531- uses : actions/checkout@v4.3 .0
531+ uses : actions/checkout@v5.0 .0
532532 - name : Submit SBOM results to Dependency Snapshots
533533 uses :
aquasecurity/[email protected] 534534 with :
@@ -556,7 +556,7 @@ jobs:
556556 terraform_docs_token=$(jq -r .token <<<$token)
557557 echo "terraform_docs_token=$terraform_docs_token" >> "$GITHUB_OUTPUT"
558558 - name : Checkout
559- uses : actions/checkout@v4.3 .0
559+ uses : actions/checkout@v5.0 .0
560560 with :
561561 ref : " ${{ github.head_ref }}"
562562 token : ${{ steps.credentials.outputs.terraform_docs_token }}
@@ -583,7 +583,7 @@ jobs:
583583 cat $GITHUB_OUTPUT
584584 - name : Checkout workflow
585585 id : checkout_workflow
586- uses : actions/checkout@v4.3 .0
586+ uses : actions/checkout@v5.0 .0
587587 with :
588588 repository : nrkno/github-workflow-terraform-config
589589 ref : ${{ steps.workflow_tag.outputs.workflow_tag }}
0 commit comments