From cb3b617ee91a8c395de952679608ca3dc0f0040b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:39:40 +0300 Subject: [PATCH] ci: bump the github-actions group with 2 updates (#10131) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 178ff0387a..6ad7cc4757 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 7256edd212..13c0acfe7f 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