Skip to content
This repository was archived by the owner on Aug 9, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/devenv-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: false
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: false
submodules: recursive
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/opentofu-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ jobs:
- id: checkout_repository
name: Checkout repository
if: github.event_name != 'release'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: false
submodules: recursive

- id: checkout_repository_tag
name: Checkout repository tag
if: github.event_name == 'release'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.release.tag_name }}
lfs: false
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
- id: checkout_repository_tag
name: Checkout repository tag
if: github.event_name == 'release'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.event.release.tag_name }}
lfs: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/semver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: false
submodules: recursive
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: false
submodules: recursive
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: false
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: false
submodules: recursive
Expand Down
Loading