diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 95c9b304c829d..603d2328828d8 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.17 + uses: crate-ci/typos@v1.16.19 with: config: .github/workflows/typos.toml diff --git a/.github/workflows/dogfood.yaml b/.github/workflows/dogfood.yaml index 13c0acfe7fda8..b265504c0c73f 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@v5 + uses: DeterminateSystems/nix-installer-action@v6 - name: Run the Magic Nix Cache uses: DeterminateSystems/magic-nix-cache-action@v2