Skip to content

Commit 076d6db

Browse files
Bump actions/checkout from 2 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7326b53 commit 076d6db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sumaform-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Validate sumaform files
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- id: tf_files
1818
name: Get modified .tf files
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
tofu_version: 1.10.7
3333
- name: Checkout sumaform
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
with:
3636
repository: maximenoel8/sumaform
3737
path: sumaform

.github/workflows/test-environment-cleaner-validation.yml

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

1212
steps:
1313
- name: Validate api manager script
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v6
1515

1616
- name: Set up Python 3.11
1717
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)