From 2281cefe596b3f3b7ff12ee61db58d62aa8b1a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 22:28:46 +0000 Subject: [PATCH] fix: bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/manual.yaml | 2 +- .github/workflows/release.yaml | 12 ++++++------ .github/workflows/validate.yaml | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/manual.yaml b/.github/workflows/manual.yaml index 3dc411b..21d2dc9 100644 --- a/.github/workflows/manual.yaml +++ b/.github/workflows/manual.yaml @@ -14,7 +14,7 @@ jobs: test_TestOneBasic: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{secrets.GITHUB_TOKEN}} fetch-depth: 0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0557452..7333730 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,7 +80,7 @@ jobs: if: needs.release.outputs.release_pr runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{secrets.GITHUB_TOKEN}} fetch-depth: 0 @@ -122,7 +122,7 @@ jobs: if: needs.release.outputs.release_pr runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{secrets.GITHUB_TOKEN}} fetch-depth: 0 @@ -164,7 +164,7 @@ jobs: if: needs.release.outputs.release_pr runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{secrets.GITHUB_TOKEN}} fetch-depth: 0 @@ -207,7 +207,7 @@ jobs: if: needs.release.outputs.release_pr runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{secrets.GITHUB_TOKEN}} fetch-depth: 0 @@ -249,7 +249,7 @@ jobs: if: needs.release.outputs.release_pr runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{secrets.GITHUB_TOKEN}} fetch-depth: 0 @@ -295,7 +295,7 @@ jobs: if: always() && needs.release.outputs.release_pr runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: token: ${{secrets.GITHUB_TOKEN}} fetch-depth: 0 diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 5a4ae74..abe63ea 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -14,7 +14,7 @@ jobs: name: 'Terraform' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install-nix @@ -33,7 +33,7 @@ jobs: name: 'Lint Workflows' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install-nix @@ -49,7 +49,7 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install-nix @@ -69,7 +69,7 @@ jobs: validate-commit-message: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # fetch all history so that we can validate the commit messages - name: install-nix @@ -153,7 +153,7 @@ jobs: name: 'Scan for Secrets' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install-nix @@ -213,7 +213,7 @@ jobs: test-compile-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: install-nix