Thanks to visit codestin.com Credit goes to github.com
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 d56f49f commit ab7dd24Copy full SHA for ab7dd24
.github/workflows/ci.yaml
@@ -136,7 +136,7 @@ jobs:
136
137
# Check for any typos
138
- name: Check for typos
139
- uses: crate-ci/[email protected].17
+ uses: crate-ci/[email protected].19
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@v5
+ uses: DeterminateSystems/nix-installer-action@v6
42
43
- name: Run the Magic Nix Cache
44
uses: DeterminateSystems/magic-nix-cache-action@v2
0 commit comments