File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Greet first-time contributor
20- uses : actions/first-interaction@v1
20+ uses : actions/first-interaction@v3
2121 with :
2222 repo-token : ${{ secrets.GITHUB_TOKEN }}
2323
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919
2020 - name : Label based on changed files
21- uses : actions/labeler@v5
21+ uses : actions/labeler@v6
2222 with :
2323 repo-token : ${{ secrets.GITHUB_TOKEN }}
2424 configuration-path : .github/labeler.yml
Original file line number Diff line number Diff line change 1414 pull-requests : write
1515
1616 steps :
17- - uses : actions/stale@v9
17+ - uses : actions/stale@v10
1818 with :
1919 # General settings
2020 repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
4040 run : pytest --cov=src/coding_open_agent_tools --cov-report=xml --cov-report=term-missing
4141
4242 - name : Upload coverage to Codecov
43- uses : codecov/codecov-action@v3
43+ uses : codecov/codecov-action@v5
4444 if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
4545 with :
4646 files : ./coverage.xml
You can’t perform that action at this time.
0 commit comments