Skip to content

Commit e656f7b

Browse files
committed
chore: bump workflow versions because newer treefmt fails on EOF linebreak
The motivation was that treefmt failed in CI because it insists that GitHub Actions files must end with a linebreak. Since several actions can be bumped, this is an excuse to do so.
1 parent 0068eb7 commit e656f7b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ jobs:
44
checker:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
8-
- uses: cachix/install-nix-action@v24
9-
- name: run check
10-
run: nix run .#check
7+
- uses: actions/checkout@v5
8+
9+
- uses: cachix/install-nix-action@v31
10+
11+
- name: nix run .#check
12+
run: nix run .#check

0 commit comments

Comments
 (0)