Skip to content

Commit 69f9894

Browse files
committed
[BUGFIX] Update CI configuration
1 parent 24e0af3 commit 69f9894

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ jobs:
103103
- coding-guideline
104104
- code-quality
105105
steps:
106-
- uses: actions/checkout@v3
106+
- uses: actions/checkout@v5
107107

108-
- uses: cachix/install-nix-action@v17
108+
- uses: cachix/install-nix-action@v31
109109
with:
110110
nix_path: nixpkgs=channel:nixos-unstable
111111

@@ -138,9 +138,9 @@ jobs:
138138
needs:
139139
- test-php
140140
steps:
141-
- uses: actions/checkout@v3
141+
- uses: actions/checkout@v5
142142

143-
- uses: cachix/install-nix-action@v17
143+
- uses: cachix/install-nix-action@v31
144144
with:
145145
nix_path: nixpkgs=channel:nixos-unstable
146146

0 commit comments

Comments
 (0)