diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c49e50a..014bf53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: name: Run tests runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Checkout And Build run: docker compose up --quiet-pull -d - name: install curl