Skip to content

Commit

Permalink
Update github action checkout from v3 to v4 for the ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbuiten committed Dec 5, 2023
1 parent 363a0a7 commit 8ad2c57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: CI
on: [pull_request]
on: [ pull_request ]

jobs:
ci:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
# https://github.com/actions/checkout
- uses: actions/checkout@v4

- name: Build container image
run: docker-compose -f docker-compose.test.yml build
Expand Down

0 comments on commit 8ad2c57

Please sign in to comment.