Skip to content

Commit f827d8f

Browse files
feat(deps): bump actions/checkout from 4.3.0 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d31003 commit f827d8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/autodoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: 3.11
2222
-
2323
name: Checkout
24-
uses: actions/checkout@v4.3.0
24+
uses: actions/checkout@v5.0.0
2525
with:
2626
ref: ${{ github.head_ref }}
2727
fetch-depth: 0

.github/workflows/workflow.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)