diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79c4694..0f9bb99 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: - 5000:5000 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build image for testing uses: docker/build-push-action@v4 @@ -135,7 +135,7 @@ jobs: flavor: '-fpm-alpine' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up QEMU run: |