File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - ' 3.13'
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v6
4141 - name : Set up Python ${{ matrix.python-version }}
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545 - name : Install requirements
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 - name : Inject slug/short variables
36- uses : rlespinasse/github-slug-action@v4
36+ uses : rlespinasse/github-slug-action@v5
3737 - name : Set up Python
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ' 3.12'
4141 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments