Skip to content

Commit d70f652

Browse files
author
Jan Sebastian Siwy
authored
Merge pull request #26 from babbel/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 78bff6a + e3f55a6 commit d70f652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
working-directory: _test
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: hashicorp/setup-terraform@v2
2424
with:
2525
terraform_version: ${{ matrix.terraform_version }}

0 commit comments

Comments
 (0)