File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 strategy :
1818 fail-fast : false
1919 steps :
20- - uses : actions/checkout@v6 .0.3
20+ - uses : actions/checkout@v7 .0.0
2121 - name : Set up Python 3.11
2222 uses : actions/setup-python@v6.2.0
2323 with :
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest-8-cores
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v6 .0.3
33+ uses : actions/checkout@v7 .0.0
3434 - name : Set up Python
3535 uses : actions/setup-python@v6.2.0
3636 with :
Original file line number Diff line number Diff line change 1515 if : ${{ github.event.pull_request.head.repo.full_name == github.repository }}
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6 .0.3
18+ - uses : actions/checkout@v7 .0.0
1919 with :
2020 ref : ${{ github.event.pull_request.head.ref }}
2121 - name : Set up Python
Original file line number Diff line number Diff line change 1010 name : make-release
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6 .0.3
13+ - uses : actions/checkout@v7 .0.0
1414 - uses : actions/setup-python@v6.2.0
1515 with :
1616 python-version : ' 3.x'
Original file line number Diff line number Diff line change 1111 mypy :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6 .0.3
14+ - uses : actions/checkout@v7 .0.0
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@v6.2.0
Original file line number Diff line number Diff line change 1111 ruff :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6 .0.3
14+ - uses : actions/checkout@v7 .0.0
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@v6.2.0
Original file line number Diff line number Diff line change 2222 app-id : ${{ secrets.GH_ORG_APP_ID }}
2323 private-key : ${{ secrets.GH_ORG_APP_PRIVATE_KEY }}
2424 owner : ${{ github.repository_owner }}
25- - uses : actions/checkout@v6 .0.3
25+ - uses : actions/checkout@v7 .0.0
2626 - name : Set up Python
2727 uses : actions/setup-python@v6.2.0
2828 with :
5353 echo "No files changed, proceeding";
5454 fi
5555 # Checkout the docs repo since we will want to update the files there.
56- - uses : actions/checkout@v6 .0.3
56+ - uses : actions/checkout@v7 .0.0
5757 with :
5858 repository : ' kittycad/website'
5959 path : ' docs'
You can’t perform that action at this time.
0 commit comments