File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2222 outputs :
2323 docs : ${{ steps.filter.outputs.docs }}
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 # For pull requests it's not necessary to checkout the code but for the main branch it is
2727 - uses : dorny/paths-filter@v3
2828 id : filter
5050 env :
5151 GITHUB_CONTEXT : ${{ toJson(github) }}
5252 run : echo "$GITHUB_CONTEXT"
53- - uses : actions/checkout@v5
53+ - uses : actions/checkout@v6
5454 - name : Set up Python
5555 uses : actions/setup-python@v6
5656 with :
Original file line number Diff line number Diff line change 2323 env :
2424 GITHUB_CONTEXT : ${{ toJson(github) }}
2525 run : echo "$GITHUB_CONTEXT"
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - name : Set up Python
2828 uses : actions/setup-python@v6
2929 with :
Original file line number Diff line number Diff line change 2020 latest-changes :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 # To allow latest-changes to commit to the main branch
2626 token : ${{ secrets.SQLMODEL_LATEST_CHANGES }}
Original file line number Diff line number Diff line change 2222 permissions :
2323 id-token : write
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - name : Set up Python
2727 uses : actions/setup-python@v6
2828 with :
Original file line number Diff line number Diff line change 1616 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.9'
Original file line number Diff line number Diff line change 2222 env :
2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - name : Set up Python
2727 uses : actions/setup-python@v6
2828 with :
Original file line number Diff line number Diff line change 5454 fail-fast : false
5555 runs-on : ${{ matrix.os }}
5656 steps :
57- - uses : actions/checkout@v5
57+ - uses : actions/checkout@v6
5858 - name : Set up Python
5959 uses : actions/setup-python@v6
6060 with :
@@ -102,7 +102,7 @@ jobs:
102102 - test
103103 runs-on : ubuntu-latest
104104 steps :
105- - uses : actions/checkout@v5
105+ - uses : actions/checkout@v6
106106 - uses : actions/setup-python@v6
107107 with :
108108 python-version : ' 3.13'
You can’t perform that action at this time.
0 commit comments