From 29c2a450a9d0995d5a0dda2783d397292b1fe1f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 00:57:30 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `DeterminateSystems/nix-installer-action` from 12 to 13 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v12...v13) Updates `tj-actions/changed-files` from 44 to 45 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44...v45) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pre-commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pre-commit.yaml b/.github/workflows/ci-pre-commit.yaml index f881a28..ec8159e 100644 --- a/.github/workflows/ci-pre-commit.yaml +++ b/.github/workflows/ci-pre-commit.yaml @@ -10,7 +10,7 @@ jobs: name: PreCommit runs-on: ubuntu-latest steps: - - uses: DeterminateSystems/nix-installer-action@v12 + - uses: DeterminateSystems/nix-installer-action@v13 with: diagnostic-endpoint: "" - uses: DeterminateSystems/magic-nix-cache-action@v7 @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - id: files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 #TODO: check why trigger a infinite recursion but works fine locally #- name: nix checks # run: nix flake check