File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 - name : Install Crystal
1414 uses : crystal-lang/install-crystal@v1
1515 - name : Check out repository code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : Install dependencies
1818 run : shards install
1919 - name : Check format
2525 - name : Install Crystal
2626 uses : crystal-lang/install-crystal@v1
2727 - name : Check out repository code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 - name : Crystal Ameba Linter
3030 id : crystal-ameba
3131 uses : crystal-ameba/github-action@v0.12.0
4848 with :
4949 crystal : ${{ matrix.crystal }}
5050 - name : Check out repository code
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 - name : Install dependencies
5353 run : shards install
5454 - name : Run tests
Original file line number Diff line number Diff line change 1313 with :
1414 crystal : nightly
1515 - name : Check out repository code
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - name : Install dependencies
1818 run : shards install
1919 - name : Generate documentation
You can’t perform that action at this time.
0 commit comments