Skip to content

Commit 22b5bec

Browse files
committed
Upgrade CI actions
1 parent 4e780ec commit 22b5bec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ jobs:
66
name: Lint
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: crystal-ameba/github-action@v0.2.12
9+
- uses: actions/checkout@v4
10+
- uses: crystal-ameba/github-action@v0.12.0
1111
env:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
- uses: crystal-lang/install-crystal@v1
14-
- run: crystal tool format && git diff --exit-code
14+
- run: crystal tool format --check
1515

1616
spec:
1717
name: Spec
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: crystal-lang/install-crystal@v1
2222
- run: shards install --ignore-crystal-version
2323
- run: crystal spec --order random

0 commit comments

Comments
 (0)