File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1515 timeout-minutes : 15
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Download actionlint
2020 id : get_actionlint
2121 run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
Original file line number Diff line number Diff line change 1212 codecov :
1313 runs-on : ubuntu-24.04
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 1111 timeout-minutes : 15
1212 runs-on : ubuntu-24.04
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : yegor256/copyrights-action@0.0.12
1616 with :
1717 ignore : >-
Original file line number Diff line number Diff line change 1717 timeout-minutes : 15
1818 runs-on : ubuntu-24.04
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - run : |-
2222 latest=$(curl --silent -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/objectionary/eo/releases/latest | jq -r '.tag_name')
2323 sed -E -i "s/VERSION := [0-9\.]+/VERSION := ${latest}/" Makefile
Original file line number Diff line number Diff line change 2020 node-version : [22.x]
2121 runs-on : ubuntu-24.04
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 1515 timeout-minutes : 15
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - uses : DavidAnson/markdownlint-cli2-action@v21.0.0
Original file line number Diff line number Diff line change 1515 timeout-minutes : 15
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - uses : volodya-lombrozo/pdd-action@master
Original file line number Diff line number Diff line change 1515 timeout-minutes : 15
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - uses : fsfe/reuse-action@v6
Original file line number Diff line number Diff line change 1515 timeout-minutes : 15
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - uses : crate-ci/typos@v1.39.2
Original file line number Diff line number Diff line change 1717 timeout-minutes : 15
1818 runs-on : ubuntu-24.04
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - run : |-
2222 git fetch --tags --force && \
2323 latest=$(git tag --sort=creatordate | tail -1) && \
You can’t perform that action at this time.
0 commit comments