File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 name : Check Actions
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - name : Changelog check
1515 uses : Zomzog/changelog-checker@09cfe9ad3618dcbfdba261adce0c41904cabb8c4 # v1.3.0
1616 with :
Original file line number Diff line number Diff line change 1010 name : publish release
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616 - name : Verify tag is on main branch
Original file line number Diff line number Diff line change 3131 os : ubuntu-latest
3232 python-version : " 3.11"
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - name : Set up Python ${{ matrix.python-version }}
3636 uses : actions/setup-python@v6
3737 with :
Original file line number Diff line number Diff line change 3535 os : ubuntu-latest
3636 python-version : " 3.12"
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 - name : Set up Python ${{ matrix.python-version }}
4040 uses : actions/setup-python@v6
4141 with :
You can’t perform that action at this time.
0 commit comments