8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af63909 commit cb3b617Copy full SHA for cb3b617
.github/workflows/ci.yaml
@@ -136,7 +136,7 @@ jobs:
136
137
# Check for any typos
138
- name: Check for typos
139
- uses: crate-ci/typos@v1.16.15
+ uses: crate-ci/typos@v1.16.17
140
with:
141
config: .github/workflows/typos.toml
142
.github/workflows/dogfood.yaml
@@ -38,7 +38,7 @@ jobs:
38
echo "tag=${tag}" >> $GITHUB_OUTPUT
39
40
- name: Install Nix
41
- uses: DeterminateSystems/nix-installer-action@v4
+ uses: DeterminateSystems/nix-installer-action@v5
42
43
- name: Run the Magic Nix Cache
44
uses: DeterminateSystems/magic-nix-cache-action@v2
0 commit comments