Skip to content

Commit 271535b

Browse files
authored
Use actions/checkout@v4 and remove version from docker-compose file (#4574)
1 parent a439b44 commit 271535b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
# Checkout the repository
2727
- name: Checkout Repository
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
# Install Docker Compose
3131
- name: Install Docker Compose

test/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
services:
32
test-rest:
43
<<: &test-service

0 commit comments

Comments
 (0)