Skip to content

Commit 4911357

Browse files
committed
[ci] Bump github actions runners
Signed-off-by: Douglas Reis <doreis@lowrisc.org>
1 parent f19d925 commit 4911357

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
runs-on: nixos
2323
steps:
2424
- name: checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
with:
2727
submodules: 'recursive'
2828

2929
- name: Install Nix
30-
uses: cachix/install-nix-action@v30
30+
uses: cachix/install-nix-action@v31
3131

3232
- name: Nix Format Check
3333
run: nix fmt -- . --check --exclude ./third_party --exclude ./cheriot-rtos

0 commit comments

Comments
 (0)