Skip to content

Commit

Permalink
feat(deps): bump actions/checkout from 4.1.7 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stigok committed Oct 2, 2024
1 parent 77928e7 commit 7ca14c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autodoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: 3.11
-
name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
terraform_token=$(jq -r .token <<<$token)
echo "terraform_token=$terraform_token" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- uses: hashicorp/[email protected]
with:
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
if: inputs.trivy-job-enabled
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Configure Python
uses: actions/[email protected]
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
if: inputs.trivy-sbom-enabled
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Submit SBOM results to Dependency Snapshots
uses: aquasecurity/[email protected]
with:
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
terraform_docs_token=$(jq -r .token <<<$token)
echo "terraform_docs_token=$terraform_docs_token" >> "$GITHUB_OUTPUT"
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: "${{ github.head_ref }}"
token: ${{ steps.credentials.outputs.terraform_docs_token }}
Expand All @@ -481,7 +481,7 @@ jobs:
cat $GITHUB_OUTPUT
- name: Checkout workflow
id: checkout_workflow
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
repository: nrkno/github-workflow-terraform-config
ref: ${{ steps.workflow_tag.outputs.workflow_tag }}
Expand Down

0 comments on commit 7ca14c4

Please sign in to comment.