File tree Expand file tree Collapse file tree 15 files changed +17
-17
lines changed Expand file tree Collapse file tree 15 files changed +17
-17
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 1515 timeout-minutes : 15
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - uses : actions/setup-python@v6
2020 with :
2121 python-version : 3.14
Original file line number Diff line number Diff line change 1414 timeout-minutes : 15
1515 runs-on : ubuntu-24.04
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : Uno-Takashi/checkmake-action@v2
1919 with :
2020 makefile : _latex/Makefile
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 : yegor256/copyrights-action@0.0.12
2020 with :
2121 globs : >-
Original file line number Diff line number Diff line change 1717 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
1818 YOUTUBE_API_KEY : ${{ secrets.YOUTUBE_API_KEY }}
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : ruby/setup-ruby@v1
2222 with :
2323 ruby-version : 3.3 # don't change this
3232 timeout-minutes : 10
3333 runs-on : ubuntu-24.04
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 - run : rm -f Gemfile Gemfile.lock
3737 - uses : ruby/setup-ruby@v1
3838 with :
4949 runs-on : ubuntu-24.04
5050 needs : [site, icons]
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - uses : actions/download-artifact@v6
5454 with :
5555 name : site
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 - run : npm install -g eslint@9.27.0
2020 - run : npm install @eslint/js
2121 - run : eslint --config .github/eslint.config.js
Original file line number Diff line number Diff line change 1414 timeout-minutes : 15
1515 runs-on : ubuntu-24.04
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : hadolint/hadolint-action@v3.3.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 : ruby/setup-ruby@v1
2020 with :
2121 ruby-version : 3.4.7
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
You can’t perform that action at this time.
0 commit comments