File tree Expand file tree Collapse file tree 13 files changed +20
-20
lines changed
Expand file tree Collapse file tree 13 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 99 using : ' composite'
1010 steps :
1111 - name : Setup Python
12- uses : actions/setup-python@v4
12+ uses : actions/setup-python@v5
1313 with :
1414 python-version : ${{ inputs.python-version }}
1515
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ outputs:
2525 description : ' The previous version tag'
2626
2727runs :
28- using : ' node16 '
28+ using : ' node20 '
2929 main : ' index.js'
Original file line number Diff line number Diff line change 2828 using : ' composite'
2929 steps :
3030 - name : Set up Python
31- uses : actions/setup-python@v4
31+ uses : actions/setup-python@v5
3232 with :
3333 python-version : 3.9
3434
Original file line number Diff line number Diff line change 3535 using : ' composite'
3636 steps :
3737 - name : Set up Python
38- uses : actions/setup-python@v4
38+ uses : actions/setup-python@v5
3939 with :
4040 python-version : 3.9
4141
Original file line number Diff line number Diff line change 1414 using : ' composite'
1515 steps :
1616 - name : Set up Python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : 3.9
2020
Original file line number Diff line number Diff line change 3535 using : ' composite'
3636 steps :
3737 - name : Set up Python
38- uses : actions/setup-python@v4
38+ uses : actions/setup-python@v5
3939 with :
4040 python-version : 3.9
4141
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515
1616 - name : Generate pdoc documentation
1717 uses : ./.github/actions/build-docs
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030
3131 - name : Get recent changes
3232 id : list-commits
3838 if : steps.list-commits.outputs.commits == ''
3939 uses : andymckay/cancel-action@0.3
4040
41- - uses : actions/setup-python@v4
41+ - uses : actions/setup-python@v5
4242 with :
4343 python-version : 3.x
4444
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@v4
2828 - name : Set up Python ${{ matrix.python-version }}
29- uses : actions/setup-python@v4
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 - name : Setup Poetry
3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343 - name : Build docs with pdoc
4444 uses : ' ./.github/actions/build-docs'
4545 with :
Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout
45- uses : actions/checkout@v3
45+ uses : actions/checkout@v4
4646 with :
4747 fetch-depth : 0 # Need full history and tags to compute list of commits in release
4848 ref : ${{ inputs.ref }}
7272 fi
7373
7474 - name : Setup Python
75- uses : actions/setup-python@v4
75+ uses : actions/setup-python@v5
7676 with :
7777 python-version : 3.x
7878
You can’t perform that action at this time.
0 commit comments