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 f19d925 commit 4911357Copy full SHA for 4911357
1 file changed
.github/workflows/ci.yml
@@ -22,12 +22,12 @@ jobs:
22
runs-on: nixos
23
steps:
24
- name: checkout
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
26
with:
27
submodules: 'recursive'
28
29
- name: Install Nix
30
- uses: cachix/install-nix-action@v30
+ uses: cachix/install-nix-action@v31
31
32
- name: Nix Format Check
33
run: nix fmt -- . --check --exclude ./third_party --exclude ./cheriot-rtos
0 commit comments