We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bd144 commit c1d4834Copy full SHA for c1d4834
1 file changed
.github/workflows/ci.yml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout repository
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
15
16
- name: Setup mise
17
- uses: jdx/mise-action@v2
+ uses: jdx/mise-action@v4
18
19
- name: Install Nix
20
uses: cachix/install-nix-action@v25
@@ -33,10 +33,10 @@ jobs:
33
34
35
36
37
38
39
40
41
- name: Install toolchain
42
run: mise install
0 commit comments