From d8afe3e6dc2dee4f29ba1e3c935023c136e29e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:59:21 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-aarch64-linux.yml | 2 +- .github/workflows/build-x86_64-linux.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/release-tags.yml | 2 +- .github/workflows/update.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-aarch64-linux.yml b/.github/workflows/build-aarch64-linux.yml index dc5b6ee..40a0c26 100644 --- a/.github/workflows/build-aarch64-linux.yml +++ b/.github/workflows/build-aarch64-linux.yml @@ -17,7 +17,7 @@ jobs: id-token: "write" contents: "read" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main with: diff --git a/.github/workflows/build-x86_64-linux.yml b/.github/workflows/build-x86_64-linux.yml index 2d1f6b0..d3f891a 100644 --- a/.github/workflows/build-x86_64-linux.yml +++ b/.github/workflows/build-x86_64-linux.yml @@ -17,7 +17,7 @@ jobs: id-token: "write" contents: "read" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc1bacb..bf4d49e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: id-token: "write" contents: "read" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Check Nixpkgs input uses: DeterminateSystems/flake-checker-action@main with: @@ -55,7 +55,7 @@ jobs: id-token: "write" contents: "read" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Restore Github cache artifacts uses: actions/cache/restore@v4 with: @@ -80,7 +80,7 @@ jobs: # id-token: "write" # contents: "read" # steps: - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v6 # - name: Restore Github cache artifacts # uses: actions/cache/restore@v4 # with: diff --git a/.github/workflows/release-tags.yml b/.github/workflows/release-tags.yml index f89e2d3..7611d00 100644 --- a/.github/workflows/release-tags.yml +++ b/.github/workflows/release-tags.yml @@ -29,7 +29,7 @@ jobs: # - build-aarch64-linux steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Create artifacts directory run: mkdir -p ./artifacts diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b7aeb5f..e5dacd7 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -12,7 +12,7 @@ jobs: contents: "read" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main with: