File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222
2323 - name : Install poetry
2424 run : pipx install poetry==${{ matrix.poetry }}
2525
2626 - name : Setup Python
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ matrix.python }}
3030 cache : " poetry"
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626
2727 - name : Install poetry
2828 run : pipx install poetry==${{ matrix.poetry }}
2929
3030 - name : Setup Python
31- uses : actions/setup-python@v4
31+ uses : actions/setup-python@v5
3232 with :
3333 python-version : ${{ matrix.python }}
3434 cache : " poetry"
Original file line number Diff line number Diff line change 1919 pull-requests : write
2020
2121 steps :
22- - uses : actions/stale@v3
22+ - uses : actions/stale@v9
2323 with :
2424 repo-token : ${{ secrets.GITHUB_TOKEN }}
2525 days-before-stale : 60
You can’t perform that action at this time.
0 commit comments