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 24e0af3 commit 69f9894Copy full SHA for 69f9894
1 file changed
.github/workflows/ci.yaml
@@ -103,9 +103,9 @@ jobs:
103
- coding-guideline
104
- code-quality
105
steps:
106
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
107
108
- - uses: cachix/install-nix-action@v17
+ - uses: cachix/install-nix-action@v31
109
with:
110
nix_path: nixpkgs=channel:nixos-unstable
111
@@ -138,9 +138,9 @@ jobs:
138
needs:
139
- test-php
140
141
142
143
144
145
146
0 commit comments