File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.9'
2323
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515 - name : Set target branch
3131 echo "Reviewers : ${CURR_REVIEWERS}"
3232 echo "curr_reviewers=${CURR_REVIEWERS}" >> $GITHUB_OUTPUT
3333 - name : Create Pull Request
34- uses : devops-infra/action-pull-request@v0.5.5
34+ uses : devops-infra/action-pull-request@v0.6
3535 with :
3636 github_token : ${{ secrets.GITHUB_TOKEN }}
3737 # source_branch: apiwheel-update-main
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212
13- - uses : actions/setup-python@v5
13+ - uses : actions/setup-python@v6
1414 with :
1515 python-version : " 3.9"
1616
You can’t perform that action at this time.
0 commit comments