File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1515 name : Create Commit Note Log
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 token : ${{ secrets.MY_TOKEN }}
1818 - name : Bump versions
@@ -31,11 +31,11 @@ jobs:
3131 needs : bump-version
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535 with :
3636 fetch-tags : ' true'
3737 - name : Set up Python
38- uses : actions/setup-python@v4.3.0
38+ uses : actions/setup-python@v5
3939 with :
4040 python-version : 3.x
4141 - name : Install dependencies
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 - name : Bump versions
1717 uses : remorses/bump-version@js
1818 with :
@@ -29,11 +29,11 @@ jobs:
2929 needs : bump-version
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333 with :
3434 fetch-tags : ' true'
3535 - name : Set up Python
36- uses : actions/setup-python@v4.3.0
36+ uses : actions/setup-python@v5
3737 with :
3838 python-version : 3.x
3939 - name : Install dependencies
Original file line number Diff line number Diff line change 2222 architecture : ['x64']
2323
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - name : Setup Python
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : setup
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : 3.11
2222 architecture : x64
You can’t perform that action at this time.
0 commit comments