Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit aa8e04d

Browse files
chore(deps): update actions/checkout action to v4
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent c4ba0e6 commit aa8e04d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-yaml-syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- uses: actions/setup-python@v2
2424
with:
2525
python-version: '3.x'

.github/workflows/validate-terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727
- name: Setup terraform
2828
uses: hashicorp/setup-terraform@v1
2929
with:

0 commit comments

Comments
 (0)