From 4750ee0a428a2cce23479352511bb98f204e3508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:53:31 +0000 Subject: [PATCH] ci: bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [crate-ci/typos](https://github.com/crate-ci/typos) and [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action). Updates `crate-ci/typos` from 1.16.15 to 1.16.17 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.16.15...v1.16.17) Updates `DeterminateSystems/nix-installer-action` from 4 to 5 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v4...v5) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/dogfood.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 178ff0387a2dc..6ad7cc47579a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -136,7 +136,7 @@ jobs: # Check for any typos - name: Check for typos - uses: crate-ci/typos@v1.16.15 + uses: crate-ci/typos@v1.16.17 with: config: .github/workflows/typos.toml diff --git a/.github/workflows/dogfood.yaml b/.github/workflows/dogfood.yaml index 7256edd21234f..13c0acfe7fda8 100644 --- a/.github/workflows/dogfood.yaml +++ b/.github/workflows/dogfood.yaml @@ -38,7 +38,7 @@ jobs: echo "tag=${tag}" >> $GITHUB_OUTPUT - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v4 + uses: DeterminateSystems/nix-installer-action@v5 - name: Run the Magic Nix Cache uses: DeterminateSystems/magic-nix-cache-action@v2