Skip to content

Commit

Permalink
Use actions/checkout@v4 and remove version from docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashohn committed Nov 13, 2024
1 parent 6ba1353 commit a8e7ab1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
# Checkout the repository
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install Docker Compose
- name: Install Docker Compose
Expand Down
1 change: 0 additions & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
test-rest:
<<: &test-service
Expand Down

0 comments on commit a8e7ab1

Please sign in to comment.