From 710118169f054b49234ef13ea9daebf5a47c7530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 15:49:23 +0000 Subject: [PATCH] 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/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..1e73079 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@v5 - 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..8c8a753 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@v5 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc1bacb..1f4feb6 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@v5 - 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@v5 - 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@v5 # - 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..77ccde5 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@v5 - name: Create artifacts directory run: mkdir -p ./artifacts diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b7aeb5f..8a86f0a 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@v5 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main with: