Skip to content

Commit b84c5a0

Browse files
Bump actions/checkout from 3.5.0 to 3.5.2 (#70)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cec53a1 commit b84c5a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/kitchen-terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# https://github.com/marketplace/actions/checkout
2626

2727
- name: Checkout
28-
uses: actions/checkout@v3.5.0
28+
uses: actions/checkout@v3.5.2
2929

3030
# Google Cloud Platform - Authenticate to Google Cloud
3131
# https://github.com/marketplace/actions/authenticate-to-google-cloud

.github/workflows/plan-and-apply.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# https://github.com/marketplace/actions/checkout
9191

9292
- name: Checkout
93-
uses: actions/checkout@v3.5.0
93+
uses: actions/checkout@v3.5.2
9494
with:
9595
ref: ${{ inputs.checkout_ref }}
9696

@@ -199,7 +199,7 @@ jobs:
199199
# https://github.com/marketplace/actions/checkout
200200

201201
- name: Checkout
202-
uses: actions/checkout@v3.5.0
202+
uses: actions/checkout@v3.5.2
203203
with:
204204
ref: ${{ inputs.checkout_ref }}
205205

0 commit comments

Comments
 (0)