Skip to content

Commit 9624494

Browse files
authored
Merge pull request #1849 from SUSE/dependabot/github_actions/actions/checkout-6
2 parents 2cb3bad + 076d6db commit 9624494

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)