mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 12:20:38 +08:00
ci: Update actions/checkout to v4 in workflow files
This commit is contained in:
3
.github/workflows/code_coverage.yaml
vendored
3
.github/workflows/code_coverage.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- id: checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- id: dockerx
|
||||
name: Setup Docker Buildx
|
||||
@ -41,7 +41,6 @@ jobs:
|
||||
docker cp test_container:/app/coverage.xml coverage.xml
|
||||
docker rm test_container
|
||||
|
||||
|
||||
- name: Validate coverage report
|
||||
run: |
|
||||
if [ ! -f coverage.xml ]; then
|
||||
|
Reference in New Issue
Block a user