File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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@v4
13+ - uses : actions/checkout@v5
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@v4
13+ - uses : actions/checkout@v5
1414 - name : Set up Python 3.12
1515 uses : actions/setup-python@v5
1616 with :
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@v4
34+ - uses : actions/checkout@v5
3535 - name : Set up Python ${{ matrix.python-version }}
3636 uses : actions/setup-python@v5
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@v4
38+ - uses : actions/checkout@v5
3939 - name : Set up Python ${{ matrix.python-version }}
4040 uses : actions/setup-python@v5
4141 with :
You can’t perform that action at this time.
0 commit comments