diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f10010fc..4c841a9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: install run: npm ci - name: Build and push - uses: docker/build-push-action@v7.1.0 + uses: docker/build-push-action@v7.2.0 with: push: true username: ${{ github.actor }}