From cf3de6de723f9a09833c4af58a806ab97398e6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:53:21 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 22 +++++++++++----------- .github/workflows/release.yaml | 2 +- .github/workflows/update.yaml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2509449..3f42b209 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: vendor: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/determinate-nix-action@v3.17.2 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: | @@ -28,7 +28,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/determinate-nix-action@v3.17.2 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build @@ -36,7 +36,7 @@ jobs: docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/determinate-nix-action@v3.17.2 - uses: DeterminateSystems/magic-nix-cache-action@v13 - name: Build docs @@ -47,7 +47,7 @@ jobs: linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/determinate-nix-action@v3.17.2 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build .#kilo-cross-linux-amd64 .#kilo-cross-linux-arm64 .#kilo-cross-linux-arm @@ -55,7 +55,7 @@ jobs: darwin: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/determinate-nix-action@v3.17.2 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build .#kgctl-cross-darwin-amd64 .#kgctl-cross-darwin-arm64 @@ -63,7 +63,7 @@ jobs: windows: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/determinate-nix-action@v3.17.2 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix build .#kgctl-cross-windows-amd64 @@ -71,7 +71,7 @@ jobs: unit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/determinate-nix-action@v3.17.2 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix develop . --command go test -mod=vendor --race ./... @@ -81,7 +81,7 @@ jobs: - nscloud-ubuntu-22.04-amd64-8x16-with-features - namespace-features:kernel.release-channel=bleeding-edge steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Build @@ -110,7 +110,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/determinate-nix-action@v3.17.2 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix flake check -L --show-trace @@ -118,7 +118,7 @@ jobs: container: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Build @@ -144,7 +144,7 @@ jobs: - container runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Login to GitHub Container Registry diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 580101b5..0374b53b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ jobs: kgctl: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/determinate-nix-action@v3.17.2 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: | diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 783c9eb5..d181769a 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -14,7 +14,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: DeterminateSystems/determinate-nix-action@v3.17.2 - uses: DeterminateSystems/update-flake-lock@ff43f160ef7014ae1a1fd85699fb6a44f436135b with: