File tree Expand file tree Collapse file tree 7 files changed +10
-4
lines changed
Expand file tree Collapse file tree 7 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2525 contents : write
2626 pull-requests : write
2727 steps :
28- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929 with :
3030 persist-credentials : false
3131 - uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
4343
4444 # Label based on modified files
4545 - name : Label based on changed files
46- uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5 .0.0
46+ uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6 .0.1
4747 with :
4848 repo-token : ${{ secrets.GITHUB_TOKEN }}
4949 sync-labels : true
8989 pull-requests : write
9090 steps :
9191 - name : Suggest to add labels
92- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
92+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
9393 # Execute only when no labels have been applied to the pull request
9494 if : toJSON(github.event.pull_request.labels.*.name) == '{}'
9595 with :
Original file line number Diff line number Diff line change 3333 ON_UBUNTU : true
3434
3535 steps :
36- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
36+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3737 with :
3838 persist-credentials : false
3939
Original file line number Diff line number Diff line change 1+ Ci: bump peter-evans/create-or-update-comment from 4.0.0 to 5.0.0
Original file line number Diff line number Diff line change 1+ Ci: bump actions/labeler from 5.0.0 to 6.0.1
Original file line number Diff line number Diff line change 1+ Build: bump pyfakefs from 5.8.0 to 5.9.3
Original file line number Diff line number Diff line change 1+ Ci: bump actions/checkout from 4.2.2 to 5.0.0
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ tests = [
5858 " hypothesis==6.135.10" ,
5959 " pyfakefs==5.8.0" ,
6060 " pytest==8.4.2" ,
61+ " pyfakefs==5.9.3" ,
62+ " pytest==8.4.2" ,
6163 " pytest-cov==6.1.1" ,
6264]
6365
You can’t perform that action at this time.
0 commit comments