Skip to content

Commit eed42f2

Browse files
author
marco
committed
ci: Bump all tasks to actions/checkout@v5
Also, add name: build • openbsd
1 parent 486a510 commit eed42f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ on:
77
jobs:
88
build-openbsd:
99
runs-on: ubuntu-latest
10+
name: build • openbsd
1011
defaults:
1112
run:
1213
shell: openbsd {0}
1314
steps:
14-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1516

1617
- name: Start OpenBSD VM
1718
uses: vmactions/openbsd-vm@v1
@@ -44,7 +45,7 @@ jobs:
4445
name: build • ${{ matrix.config }}
4546

4647
steps:
47-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4849

4950
- name: Install Nix
5051
uses: cachix/install-nix-action@v31 # 2025-05-27, from https://github.com/cachix/install-nix-action/tags

0 commit comments

Comments
 (0)