File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Download source
11- uses : actions/checkout@v5
11+ uses : actions/checkout@v6
1212 - name : Apply the edits
1313 run : |
1414 python3 .github/generate_release_yml.py
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Download source
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 - name : Install Python
1717 uses : actions/setup-python@v6
1818 with :
Original file line number Diff line number Diff line change 4141 run :
4242 shell : bash
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 - run : npm install --only=prod
4646 - uses : ./
4747 with : ${{ matrix.config }}
Original file line number Diff line number Diff line change 4141 run :
4242 shell : bash
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545
4646 - uses : crystal-lang/install-crystal@v1
4747 with : ${{ matrix.config }}
Original file line number Diff line number Diff line change 1313 test :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - run : npm install
1818 - run : npm test
Original file line number Diff line number Diff line change 8585 {%- endif %}
8686 steps :
8787 - name : Download source
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v6
8989 - name : Install Crystal
9090 uses : crystal-lang/install-crystal@v1
9191 {%- if crystal_nightly or crystal_ver %}
You can’t perform that action at this time.
0 commit comments