File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
2121 - name : Simple bandit security checks
2222 run : make security
Original file line number Diff line number Diff line change 66 lint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6
1010 - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
1111 - run : make lint
Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
2121 - name : Simple poetry build no package
2222 run : make build
Original file line number Diff line number Diff line change 99 docs :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - uses : gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
1414 - run : make docs
1515 - name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change 1616 python_version : [ "3.13", "3.14" ]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 2
2222
You can’t perform that action at this time.
0 commit comments