Skip to content

Commit 7640624

Browse files
committed
v4
1 parent 37cce29 commit 7640624

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@latest
7+
- uses: actions/checkout@v4
88
- name: compose up
99
run: |-
1010
docker compose -f docker-compose.unit up -d --wait --build

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@latest
7+
- uses: actions/checkout@v4
88
- name: compose up
99
run: |-
1010
docker compose up -d --wait --build
@@ -23,5 +23,3 @@ jobs:
2323
name: test-video
2424
path: vidoutput/out.mp4
2525
if-no-files-found: error
26-
27-

0 commit comments

Comments
 (0)