diff --git a/.github/workflows/devenv-update.yaml b/.github/workflows/devenv-update.yaml index bff3cab..afe46fc 100644 --- a/.github/workflows/devenv-update.yaml +++ b/.github/workflows/devenv-update.yaml @@ -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 diff --git a/.github/workflows/devenv.yaml b/.github/workflows/devenv.yaml index 8616768..84d5557 100644 --- a/.github/workflows/devenv.yaml +++ b/.github/workflows/devenv.yaml @@ -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 diff --git a/.github/workflows/opentofu-module.yaml b/.github/workflows/opentofu-module.yaml index ff5a3cf..49a5e40 100644 --- a/.github/workflows/opentofu-module.yaml +++ b/.github/workflows/opentofu-module.yaml @@ -77,7 +77,7 @@ 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 @@ -85,7 +85,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 @@ -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 diff --git a/.github/workflows/semver.yaml b/.github/workflows/semver.yaml index cbc5d3f..512afe3 100644 --- a/.github/workflows/semver.yaml +++ b/.github/workflows/semver.yaml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index aeabad7..3e3715a 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -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