Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.3 to 3.6.0 (#83)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent c18baed commit f8ccaf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kitchen-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# https://github.com/marketplace/actions/checkout

- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

# Google Cloud Platform - Authenticate to Google Cloud
# https://github.com/marketplace/actions/authenticate-to-google-cloud
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plan-and-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# https://github.com/marketplace/actions/checkout

- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
ref: ${{ inputs.checkout_ref }}

Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
# https://github.com/marketplace/actions/checkout

- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
ref: ${{ inputs.checkout_ref }}

Expand Down

0 comments on commit f8ccaf4

Please sign in to comment.