ci: Update actions/checkout to v4 in workflow files

This commit is contained in:
DongjaJ
2025-04-17 22:57:18 +09:00
parent 696cdc3b45
commit 2e18053e02
4 changed files with 5 additions and 7 deletions

View File

@ -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