diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9afd351..8c17b3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build the Stack run: docker-compose -f local.yml build - name: Make DB Migrations @@ -64,7 +64,7 @@ jobs: - precommit steps: - name: Checkout Repository - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Push to Staging if: github.ref == 'refs/heads/develop'